[NLS2TXT] Remove unneeded imports

svn path=/trunk/; revision=72695
This commit is contained in:
Dmitry Chapyshev 2016-09-15 21:47:22 +00:00
parent d4e7d0c0ff
commit 8e08a3b453
2 changed files with 1 additions and 3 deletions

View file

@ -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)

View file

@ -9,8 +9,6 @@
#define __PRECOMP_H
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <strsafe.h>
#define MAX_STR_LEN 256