From 2486be430f7382a1fefef7ed351088b424ea6f73 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 18 Jun 2005 07:43:49 +0000 Subject: [PATCH] remove superfluous include svn path=/trunk/; revision=16023 --- reactos/subsys/system/explorer/explorer.rc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reactos/subsys/system/explorer/explorer.rc b/reactos/subsys/system/explorer/explorer.rc index bab3a7c8dc3..484fc4934ec 100644 --- a/reactos/subsys/system/explorer/explorer.rc +++ b/reactos/subsys/system/explorer/explorer.rc @@ -1,12 +1,10 @@ /* $Id$ */ -#include - #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 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 -