From 0302a53b419f8c56193c75bcbd068cc89ae4df0b Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@mutabah.net>
Date: Sun, 7 Aug 2011 11:54:26 +0800
Subject: [PATCH] Kernel - Removed #include <adt.h> from acess.h, reduce global
 deps

---
 Kernel/include/acess.h | 1 -
 Modules/IPStack/tcp.h  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kernel/include/acess.h b/Kernel/include/acess.h
index ad865784..ee069eee 100644
--- a/Kernel/include/acess.h
+++ b/Kernel/include/acess.h
@@ -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
diff --git a/Modules/IPStack/tcp.h b/Modules/IPStack/tcp.h
index cf5d8de9..6aa404f6 100644
--- a/Modules/IPStack/tcp.h
+++ b/Modules/IPStack/tcp.h
@@ -6,6 +6,7 @@
 #define _TCP_H_
 
 #include "ipstack.h"
+#include <adt.h>	// tRingBuffer
 
 typedef struct sTCPHeader	tTCPHeader;
 typedef struct sTCPListener	tTCPListener;
-- 
GitLab