Author: akhaldi Date: Sat Aug 13 22:06:42 2011 New Revision: 53217
URL: http://svn.reactos.org/svn/reactos?rev=53217&view=rev Log: [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.
Modified: trunk/reactos/base/applications/regedit/regedit.h
Modified: trunk/reactos/base/applications/regedit/regedit.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/regedit.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/regedit.h [iso-8859-1] Sat Aug 13 22:06:42 2011 @@ -6,7 +6,7 @@ #include <windows.h>
#define NTOS_MODE_USER -#include <ndk/ntndk.h> +#include <ndk/cmtypes.h>
#include <commctrl.h> #include <shellapi.h> @@ -17,7 +17,6 @@ #include <stdio.h> #include <limits.h> #include <accctrl.h> -#include <objbase.h> #include <unknwn.h> #include <aclapi.h> #include <commdlg.h>