[NDIS]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 27 Jul 2011 19:31:48 +0000 (19:31 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 27 Jul 2011 19:31:48 +0000 (19:31 +0000)
* Improve the PCH.

svn path=/trunk/; revision=52932

reactos/drivers/network/ndis/include/ndissys.h
reactos/drivers/network/ndis/ndis/efilter.c
reactos/drivers/network/ndis/ndis/miniport.c
reactos/drivers/network/ndis/ndis/protocol.c

index 10c6a26..4eedf3d 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "miniport.h"
 #include "protocol.h"
+#include "efilter.h"
 #include "buffer.h"
 
 /* Exported functions */
index 0a4194d..bbde5bd 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include "ndissys.h"
-#include "efilter.h"
 
 BOOLEAN
 NTAPI
index d7d528a..3353f69 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "ndissys.h"
-#include "efilter.h"
-
-#include <buffer.h>
 
 /*
  * Define to 1 to get a debugger breakpoint at the end of NdisInitializeWrapper
index f41017b..6d19c4b 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "ndissys.h"
-#include <buffer.h>
 
 #define SERVICES_KEY L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\"
 #define LINKAGE_KEY  L"\\Linkage"