From 15eeba3d537c72ae9bbf8214d69d3f57d3013902 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Oct 2017 19:26:00 +0200 Subject: [PATCH] loplugin:includeform: pyuno (Windows) Change-Id: I07b13573fb45847bd31be6d195d0ebb5943e25bb --- pyuno/zipcore/python.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #pragma warning(pop) -#include "tools/pathutils.hxx" +#include #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) #define MY_STRING(s) (s), MY_LENGTH(s)