Move kernekl32-internal declarations from global include directory to local one.
[reactos.git] / reactos / lib / kernel32 / file / volume.c
index 36de769..39fcf68 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: volume.c,v 1.37 2004/01/23 16:37:11 ekohl Exp $
+/* $Id: volume.c,v 1.38 2004/01/23 21:16:03 ekohl Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -22,7 +22,7 @@
 #include <k32.h>
 
 #define NDEBUG
 #include <k32.h>
 
 #define NDEBUG
-#include <kernel32/kernel32.h>
+#include "../include/debug.h"
 
 
 #define MAX_DOS_DRIVES 26
 
 
 #define MAX_DOS_DRIVES 26