[SHELL32] Remove 2 redundant initializations
[reactos.git] / drivers / network / tdi / precomp.h
index 00a2b72..18ab6a7 100644 (file)
@@ -1,3 +1,7 @@
-#include <ntddk.h>
+#ifndef _TDI_PCH_
+#define _TDI_PCH_
+
+#include <wdm.h>
 #include <tdikrnl.h>
-#include <tdi.h>
+
+#endif /* _TDI_PCH_ */