Added the new headers to the NetworkKit.h all-in-one header.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39162 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-10-27 14:16:19 +00:00
parent 45939109b4
commit eb3504793b
+4
View File
@@ -5,5 +5,9 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <NetAddress.h> #include <NetAddress.h>
#include <NetBuffer.h> #include <NetBuffer.h>
#include <NetworkCookie.h>
#include <NetworkCookieJar.h>
#include <NetEndpoint.h> #include <NetEndpoint.h>
#include <NetDebug.h> #include <NetDebug.h>
#include <Url.h>
#include <UrlContext.h>