From 65e2999b86c2baaa4bddf449ee23b3dbe4016f94 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 13 Aug 2011 22:06:42 +0000 Subject: [PATCH] [REGEDIT] * Don't include the whole NDK for just one header. * This allows us to depend on 49 headers less, and it shrinks the PCH by 2MB. svn path=/trunk/; revision=53217 --- reactos/base/applications/regedit/regedit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/base/applications/regedit/regedit.h b/reactos/base/applications/regedit/regedit.h index 44b3a3a29f6..bcf262041e2 100644 --- a/reactos/base/applications/regedit/regedit.h +++ b/reactos/base/applications/regedit/regedit.h @@ -6,7 +6,7 @@ #include #define NTOS_MODE_USER -#include +#include #include #include @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include