Kernel - Removed #include <adt.h> from acess.h, reduce global deps
authorJohn Hodge <[email protected]>
Sun, 7 Aug 2011 03:54:26 +0000 (11:54 +0800)
committerJohn Hodge <[email protected]>
Sun, 7 Aug 2011 03:54:26 +0000 (11:54 +0800)
Kernel/include/acess.h
Modules/IPStack/tcp.h

index ad86578..ee069ee 100644 (file)
@@ -462,7 +462,6 @@ extern int  DivUp(int num, int dem);
 
 #include <binary_ext.h>
 #include <vfs_ext.h>
-#include <adt.h>
 #include <mutex.h>
 
 #endif
index cf5d8de..6aa404f 100644 (file)
@@ -6,6 +6,7 @@
 #define _TCP_H_
 
 #include "ipstack.h"
+#include <adt.h>       // tRingBuffer
 
 typedef struct sTCPHeader      tTCPHeader;
 typedef struct sTCPListener    tTCPListener;

UCC git Repository :: git.ucc.asn.au