From: Dmitry Chapyshev Date: Thu, 15 Sep 2016 21:47:22 +0000 (+0000) Subject: [NLS2TXT] Remove unneeded imports X-Git-Tag: ReactOS-0.4.3~360 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8e08a3b453be24d41ca0835089d2974f5fef0d5c [NLS2TXT] Remove unneeded imports svn path=/trunk/; revision=72695 --- diff --git a/rosapps/applications/devutils/nls2txt/CMakeLists.txt b/rosapps/applications/devutils/nls2txt/CMakeLists.txt index ae6be88e774..a74f5f50dfd 100644 --- a/rosapps/applications/devutils/nls2txt/CMakeLists.txt +++ b/rosapps/applications/devutils/nls2txt/CMakeLists.txt @@ -8,5 +8,5 @@ list(APPEND SOURCE add_executable(nls2txt ${SOURCE} nls2txt.rc) add_pch(nls2txt precomp.h SOURCE) set_module_type(nls2txt win32cui UNICODE) -add_importlibs(nls2txt user32 gdi32 comdlg32 comctl32 getuname msvcrt kernel32) +add_importlibs(nls2txt getuname msvcrt kernel32) add_cd_file(TARGET nls2txt DESTINATION reactos/system32 FOR all) diff --git a/rosapps/applications/devutils/nls2txt/precomp.h b/rosapps/applications/devutils/nls2txt/precomp.h index 9fc00642093..41d5dd08f7b 100644 --- a/rosapps/applications/devutils/nls2txt/precomp.h +++ b/rosapps/applications/devutils/nls2txt/precomp.h @@ -9,8 +9,6 @@ #define __PRECOMP_H #include -#include -#include #include #define MAX_STR_LEN 256