remove superfluous include

svn path=/trunk/; revision=16023
This commit is contained in:
Martin Fuchs
2005-06-18 07:43:49 +00:00
parent 37e38723e7
commit 2486be430f
+3 -6
View File
@@ -1,12 +1,10 @@
/* $Id$ */
#include <windows.h>
#include "explorer_intres.rc"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Explorer\0"
#define REACTOS_STR_INTERNAL_NAME "explorer\0"
#define REACTOS_STR_ORIGINAL_FILENAME "explorer.exe\0"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Explorer\0"
#define REACTOS_STR_INTERNAL_NAME "explorer\0"
#define REACTOS_STR_ORIGINAL_FILENAME "explorer.exe\0"
#include <reactos/version.rc>
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -21,4 +19,3 @@ BEGIN
IDS_VERSION_STR REACTOS_STR_PRODUCT_VERSION
IDS_EXPLORER_VERSION_STR "ReactOS %s Explorer"
END