diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:25:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:51 +0200 |
commit | 33f67eee3eca8b2bb671b0eda79c81c73a092466 (patch) | |
tree | 9b8a327c089f894c72283efb265e225ff062e1de /setup_native | |
parent | 7baaf973cecb18d171f7b7b4ad04990f63fbde3b (diff) |
loplugin:includeform: setup_native (Windows)
Change-Id: I58cae555a303a8657955ceec08065e8b440bdad4
Diffstat (limited to 'setup_native')
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) { |