summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:26:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:51 +0200
commit15eeba3d537c72ae9bbf8214d69d3f57d3013902 (patch)
tree7d42168738af88fed82f7ce64acb0d78ff917672 /pyuno
parent16faecdad480007073ffcb9dd3094afb1e97390f (diff)
loplugin:includeform: pyuno (Windows)
Change-Id: I07b13573fb45847bd31be6d195d0ebb5943e25bb
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/zipcore/python.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/zipcore/python.cxx b/pyuno/zipcore/python.cxx
index c128938cbc8f..9c6ef836311f 100644
--- a/pyuno/zipcore/python.cxx
+++ b/pyuno/zipcore/python.cxx
@@ -28,7 +28,7 @@
#include <windows.h>
#pragma warning(pop)
-#include "tools/pathutils.hxx"
+#include <tools/pathutils.hxx>
#define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1)
#define MY_STRING(s) (s), MY_LENGTH(s)