Index: src/ObjFW.h ================================================================== --- src/ObjFW.h +++ src/ObjFW.h @@ -54,11 +54,11 @@ # import "OFTCPSocket.h" # import "OFTLSSocket.h" # import "OFStreamObserver.h" # import "OFHTTPRequest.h" -# import "OFHTTPRequestReply.h" +# import "OFHTTPResponse.h" # import "OFHTTPClient.h" # import "OFHTTPServer.h" #endif #ifdef OF_HAVE_PROCESSES @@ -166,11 +166,10 @@ #import "OFLocking.h" #import "OFThread.h" #ifdef OF_HAVE_THREADS # import "threading.h" # import "OFThreadPool.h" -# import "OFTLSKey.h" # import "OFMutex.h" # import "OFRecursiveMutex.h" # import "OFCondition.h" #endif