From 3c3d6c6dedc145aef6a91816cfed03c399f338a5 Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Mon, 4 Jun 2012 11:47:13 +0200 Subject: Make sure the symbols are found --- desktop/win32/source/applauncher/launcher.cxx | 2 -- desktop/win32/source/applauncher/launcher.hxx | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx index 24843a41ef02..8cb7afb3b911 100644 --- a/desktop/win32/source/applauncher/launcher.cxx +++ b/desktop/win32/source/applauncher/launcher.cxx @@ -35,8 +35,6 @@ #endif # include # include -# include -# include #if defined _MSC_VER #pragma warning(pop) #endif diff --git a/desktop/win32/source/applauncher/launcher.hxx b/desktop/win32/source/applauncher/launcher.hxx index e602bfe94428..7b6f4ac042a9 100644 --- a/desktop/win32/source/applauncher/launcher.hxx +++ b/desktop/win32/source/applauncher/launcher.hxx @@ -5,6 +5,8 @@ #endif #include +#include +#include #ifndef _INC_TCHAR # ifdef UNICODE -- cgit