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)