ObjFW  Diff

Differences From Artifact [2d3e8c790c]:

To Artifact [96e067febe]:


60
61
62
63
64
65
66
67


68
69
70

71
72
73
74
75
76
77
#endif
#ifdef OF_HAVE_SOCKETS
# import "OFStreamSocket.h"
# import "OFTCPSocket.h"
# import "OFUDPSocket.h"
# import "OFTLSSocket.h"
# import "OFKernelEventObserver.h"



# import "OFHTTPRequest.h"
# import "OFHTTPResponse.h"
# import "OFHTTPCookie.h"

# import "OFHTTPClient.h"
# import "OFHTTPServer.h"
#endif

#ifdef OF_HAVE_PROCESSES
# import "OFProcess.h"
#endif







|
>
>
|
|
<
>







60
61
62
63
64
65
66
67
68
69
70
71

72
73
74
75
76
77
78
79
#endif
#ifdef OF_HAVE_SOCKETS
# import "OFStreamSocket.h"
# import "OFTCPSocket.h"
# import "OFUDPSocket.h"
# import "OFTLSSocket.h"
# import "OFKernelEventObserver.h"
#endif
#import "OFHTTPCookie.h"
#import "OFHTTPCookieManager.h"
#import "OFHTTPRequest.h"
#import "OFHTTPResponse.h"

#ifdef OF_HAVE_SOCKETS
# import "OFHTTPClient.h"
# import "OFHTTPServer.h"
#endif

#ifdef OF_HAVE_PROCESSES
# import "OFProcess.h"
#endif