diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/applauncher/launcher.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/launcher.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 <windows.h> # include <shellapi.h> -# include <winbase.h> -# include <shlwapi.h> #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 <windows.h> +#include <winbase.h> +#include <shlwapi.h> #ifndef _INC_TCHAR # ifdef UNICODE |