diff --git a/reactos/ReactOS.xml b/reactos/ReactOS.xml
index 1dbcd3cc902..421e642907a 100644
--- a/reactos/ReactOS.xml
+++ b/reactos/ReactOS.xml
@@ -30,8 +30,9 @@
include
+ include/reactos
w32api/include
- w32api/include/ddk
+ w32api/include/ddk
diff --git a/reactos/drivers/dd/mpu401/settings.c b/reactos/drivers/dd/mpu401/settings.c
index 1c3bad1aca2..14c5fc5032c 100644
--- a/reactos/drivers/dd/mpu401/settings.c
+++ b/reactos/drivers/dd/mpu401/settings.c
@@ -9,7 +9,7 @@
* Sept 27, 2003: Created
*/
-#include
+#include
#include "mpu401.h"
diff --git a/reactos/drivers/dd/null/null.c b/reactos/drivers/dd/null/null.c
index 3143fb4c3ac..9fcc17f8384 100644
--- a/reactos/drivers/dd/null/null.c
+++ b/reactos/drivers/dd/null/null.c
@@ -14,7 +14,7 @@
/* INCLUDES */
#include
-#include
+#include
#include "null.h"
diff --git a/reactos/drivers/net/afd/afd/info.c b/reactos/drivers/net/afd/afd/info.c
index 6efb4109757..2e5929a742e 100644
--- a/reactos/drivers/net/afd/afd/info.c
+++ b/reactos/drivers/net/afd/afd/info.c
@@ -11,7 +11,7 @@
#include "tdi_proto.h"
#include "tdiconn.h"
#include "debug.h"
-#include "pseh.h"
+#include "pseh/pseh.h"
NTSTATUS STDCALL
AfdGetInfo( PDEVICE_OBJECT DeviceObject, PIRP Irp,
diff --git a/reactos/drivers/net/afd/afd/lock.c b/reactos/drivers/net/afd/afd/lock.c
index ee4c1135f22..83af23a8112 100644
--- a/reactos/drivers/net/afd/afd/lock.c
+++ b/reactos/drivers/net/afd/afd/lock.c
@@ -11,7 +11,7 @@
#include "tdi_proto.h"
#include "tdiconn.h"
#include "debug.h"
-#include "pseh.h"
+#include "pseh/pseh.h"
/* Lock a method_neither request so it'll be available from DISPATCH_LEVEL */
PVOID LockRequest( PIRP Irp, PIO_STACK_LOCATION IrpSp ) {
diff --git a/reactos/drivers/net/afd/afd/tdi.c b/reactos/drivers/net/afd/afd/tdi.c
index c85f66663fd..a341b313f54 100644
--- a/reactos/drivers/net/afd/afd/tdi.c
+++ b/reactos/drivers/net/afd/afd/tdi.c
@@ -9,7 +9,7 @@
*/
#include
#ifndef _MSC_VER
-#include
+#include
#endif
#include "debug.h"
#include "tdiconn.h"
diff --git a/reactos/drivers/net/tcpip/tcpip/dispatch.c b/reactos/drivers/net/tcpip/tcpip/dispatch.c
index 685d45a1af4..20204f35f81 100644
--- a/reactos/drivers/net/tcpip/tcpip/dispatch.c
+++ b/reactos/drivers/net/tcpip/tcpip/dispatch.c
@@ -10,7 +10,7 @@
*/
#include "precomp.h"
-#include
+#include
NTSTATUS DispPrepareIrpForCancel(
PTRANSPORT_CONTEXT Context,
diff --git a/reactos/include/elf.h b/reactos/include/elf/elf.h
similarity index 100%
rename from reactos/include/elf.h
rename to reactos/include/elf/elf.h
diff --git a/reactos/include/pseh.h b/reactos/include/pseh/pseh.h
similarity index 100%
rename from reactos/include/pseh.h
rename to reactos/include/pseh/pseh.h
diff --git a/reactos/include/debug.h b/reactos/include/reactos/debug.h
similarity index 100%
rename from reactos/include/debug.h
rename to reactos/include/reactos/debug.h
diff --git a/reactos/lib/dbghelp/msc.c b/reactos/lib/dbghelp/msc.c
index d456b0777fc..acebadc01ed 100644
--- a/reactos/lib/dbghelp/msc.c
+++ b/reactos/lib/dbghelp/msc.c
@@ -52,7 +52,7 @@
#include "winreg.h"
#include "winternl.h"
-#include
+#include
#include "wine/debug.h"
#include "dbghelp_private.h"
diff --git a/reactos/lib/kernel32/k32.h b/reactos/lib/kernel32/k32.h
index ea85c82b32d..f11728eac75 100755
--- a/reactos/lib/kernel32/k32.h
+++ b/reactos/lib/kernel32/k32.h
@@ -28,7 +28,7 @@
#include "include/kernel32.h"
/* PSEH for SEH Support */
-#include
+#include
/* Helper Header */
#include
diff --git a/reactos/lib/psapi/precomp.h b/reactos/lib/psapi/precomp.h
index e9197049f21..a2a53d97022 100644
--- a/reactos/lib/psapi/precomp.h
+++ b/reactos/lib/psapi/precomp.h
@@ -8,4 +8,4 @@
#include "internal.h"
-#include
+#include
diff --git a/reactos/lib/pseh/framebased.c b/reactos/lib/pseh/framebased.c
index 92b013f09d0..bf95d1c529e 100644
--- a/reactos/lib/pseh/framebased.c
+++ b/reactos/lib/pseh/framebased.c
@@ -24,7 +24,7 @@
#define WIN32_LEAN_AND_MEAN
#include
-#include
+#include
#include
#include
#include
diff --git a/reactos/ntoskrnl/include/ntoskrnl.h b/reactos/ntoskrnl/include/ntoskrnl.h
index d5d3cf275a8..48dd676c6bb 100755
--- a/reactos/ntoskrnl/include/ntoskrnl.h
+++ b/reactos/ntoskrnl/include/ntoskrnl.h
@@ -34,7 +34,7 @@
#include
/* SEH support with PSEH */
-#include
+#include
/* Helper Header */
#include
diff --git a/reactos/ntoskrnl/mm/elf.inc.h b/reactos/ntoskrnl/mm/elf.inc.h
index 981e5e7cc89..a15f06a44cb 100644
--- a/reactos/ntoskrnl/mm/elf.inc.h
+++ b/reactos/ntoskrnl/mm/elf.inc.h
@@ -15,7 +15,7 @@
#define MAXULONG ((ULONG)(~1))
#endif
-#include
+#include
/* TODO: Intsafe should be made into a library, as it's generally useful */
static __inline BOOLEAN Intsafe_CanAddULongPtr
diff --git a/reactos/regtests/shared/regtests.c b/reactos/regtests/shared/regtests.c
index e00376b8ac6..ecda3b15ed7 100755
--- a/reactos/regtests/shared/regtests.c
+++ b/reactos/regtests/shared/regtests.c
@@ -9,7 +9,7 @@
#include
#define NTOS_MODE_USER
#include
-#include
+#include
#include "regtests.h"
#define NDEBUG
diff --git a/reactos/subsys/win32k/w32k.h b/reactos/subsys/win32k/w32k.h
index 5d7b2ce29b5..4c5f5cf0852 100644
--- a/reactos/subsys/win32k/w32k.h
+++ b/reactos/subsys/win32k/w32k.h
@@ -28,7 +28,7 @@ STDCALL
MmCopyToCaller(PVOID Dest, const VOID *Src, ULONG NumberOfBytes);
/* SEH Support with PSEH */
-#include
+#include
/* CSRSS Header */
#include