From 33f67eee3eca8b2bb671b0eda79c81c73a092466 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Oct 2017 19:25:42 +0200 Subject: loplugin:includeform: setup_native (Windows) Change-Id: I58cae555a303a8657955ceec08065e8b440bdad4 --- setup_native/source/win32/customactions/sellang/sellang.cxx | 2 +- .../source/win32/customactions/shellextensions/checkdirectory.cxx | 2 +- .../source/win32/customactions/shellextensions/vistaspecial.cxx | 2 +- 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 #include -#include "spellchecker_selection.hxx" +#include 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 #include -#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 #include -#include <../tools/seterror.hxx> +#include "../tools/seterror.hxx" static BOOL RemoveCompleteDirectoryW(const std::wstring& rPath) { -- cgit