summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:24:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:50 +0200
commite0ac768501181c923500fe82093118c1422fc743 (patch)
tree924d085e5d2ef54b72325e0d4ad42c2d22c7bf72 /vcl/source/app
parentbd367b14152620ec0c01c409b772bc76740f4535 (diff)
loplugin:includeform: vcl (Windows)
Change-Id: I4a0fc4b483069141d2b943079adf5aa741df968e
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 8be97308eb38..5fa327948971 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -22,7 +22,7 @@
#include <officecfg/Office/Common.hxx>
#ifdef _WIN32
-#include "win/svsys.h"
+#include <win/svsys.h>
#endif
#include <comphelper/processfactory.hxx>