stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / net / tcpip / include / tcpip.h
index 332f59b..8e4740b 100644 (file)
 #include <tdikrnl.h>
 #include <tdiinfo.h>
 #else
-#include <ddk/ntddk.h>
-#include <ddk/ndis.h>
-#include <ddk/tdikrnl.h>
-#include <ddk/tdiinfo.h>
+#include <ntddk.h>
+#include <ndis.h>
+#include <tdikrnl.h>
+#include <tdiinfo.h>
 #endif
 
 #include <debug.h>