From 114b604b90337e1899a9b0b46790ea9909644ae2 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 11 Aug 2011 15:09:52 +0000 Subject: [PATCH] [NETSHELL] * Improve the PCH. svn path=/trunk/; revision=53181 --- reactos/dll/win32/netshell/netshell.c | 2 -- reactos/dll/win32/netshell/precomp.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/dll/win32/netshell/netshell.c b/reactos/dll/win32/netshell/netshell.c index 119e618ab72..92d68eda6f0 100644 --- a/reactos/dll/win32/netshell/netshell.c +++ b/reactos/dll/win32/netshell/netshell.c @@ -1,6 +1,4 @@ #include "precomp.h" -#include -#include HINSTANCE netshell_hInstance; const GUID CLSID_LANConnectUI = {0x7007ACC5, 0x3202, 0x11D1, {0xAA, 0xD2, 0x00, 0x80, 0x5F, 0xC1, 0x27, 0x0E}}; diff --git a/reactos/dll/win32/netshell/precomp.h b/reactos/dll/win32/netshell/precomp.h index 73a1d58ed30..d92c4479fbe 100644 --- a/reactos/dll/win32/netshell/precomp.h +++ b/reactos/dll/win32/netshell/precomp.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -36,7 +37,6 @@ #include #include - #include "wine/debug.h" #include "wine/unicode.h" #include "resource.h"