* Sync up to trunk HEAD (r62286).
[reactos.git] / drivers / serial / serenum / serenum.h
index 0601b44..56361a2 100644 (file)
@@ -7,12 +7,11 @@
  * PROGRAMMERS:     HervĂ© Poussineau (hpoussin@reactos.org)
  */
 
+#ifndef _SERENUM_PCH_
+#define _SERENUM_PCH_
+
 #include <ntifs.h>
-#include <ntddk.h>
 #include <ntddser.h>
-#include <stdio.h>
-#include <stdarg.h>
-#include <debug.h>
 
 typedef enum
 {
@@ -128,3 +127,5 @@ NTSTATUS NTAPI
 DriverEntry(
        IN PDRIVER_OBJECT DriverObject,
        IN PUNICODE_STRING RegPath);
+
+#endif /* _SERENUM_PCH_ */