Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / lpc / port.c
index 6572277..7843522 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: port.c,v 1.10 2002/09/07 15:12:58 chorns Exp $
+/* $Id: port.c,v 1.11 2002/09/08 10:23:32 chorns Exp $
  * 
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
 
 /* INCLUDES *****************************************************************/
 
-#include <ntoskrnl.h>
+#include <limits.h>
+
+#include <ddk/ntddk.h>
+#include <internal/ob.h>
+#include <internal/port.h>
+#include <internal/dbg.h>
+#include <internal/pool.h>
 
 #define NDEBUG
 #include <internal/debug.h>