- moved packet and socket in new network-package

This commit is contained in:
Martin Willi
2005-11-23 09:43:14 +00:00
parent 7cf14676db
commit 716abc9f83
18 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
#include <globals.h>
#include <sender.h>
#include <packet.h>
#include <socket.h>
#include <network/packet.h>
#include <network/socket.h>
#include <queues/send_queue.h>
#include <queues/job_queue.h>
#include <utils/allocator.h>