summaryrefslogtreecommitdiffstats
path: root/setup_native
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/sellang/sellang.cxx2
-rw-r--r--setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx2
-rw-r--r--setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx
index e74e0660f6a6..419bf385d02e 100644
--- a/setup_native/source/win32/customactions/sellang/sellang.cxx
+++ b/setup_native/source/win32/customactions/sellang/sellang.cxx
@@ -35,7 +35,7 @@
#include <systools/win32/uwinapi.h>
#include <algorithm>
-#include "spellchecker_selection.hxx"
+#include <spellchecker_selection.hxx>
BOOL GetMsiPropA( MSIHANDLE hMSI, const char* pPropName, char** ppValue )
{
diff --git a/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx b/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
index 02bd6936ecb8..9f7080984293 100644
--- a/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/checkdirectory.cxx
@@ -26,7 +26,7 @@
#include <stdio.h>
#include <systools/win32/uwinapi.h>
-#include <../tools/seterror.hxx>
+#include "../tools/seterror.hxx"
extern "C" UINT __stdcall CheckInstallDirectory(MSIHANDLE handle)
{
diff --git a/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx b/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
index 0ec17b0e5a1d..1d5c0e9f9e22 100644
--- a/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
@@ -22,7 +22,7 @@
#include <strsafe.h>
#include <systools/win32/uwinapi.h>
-#include <../tools/seterror.hxx>
+#include "../tools/seterror.hxx"
static BOOL RemoveCompleteDirectoryW(const std::wstring& rPath)
{