summaryrefslogtreecommitdiff
path: root/desktop/win32/source/unoinfo.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 10:55:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 10:59:07 +0200
commitb3843321e9cc1436cd0039f9431b4d6c5261db20 (patch)
tree8199608de0d40cb33c90ff0e425553936df65ac0 /desktop/win32/source/unoinfo.cxx
parentc772e6252aefcd088ea0a5018f303654fc18ac91 (diff)
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/win32/source/unoinfo.cxx')
-rw-r--r--desktop/win32/source/unoinfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/unoinfo.cxx b/desktop/win32/source/unoinfo.cxx
index bb02e8980112..92143f6b525c 100644
--- a/desktop/win32/source/unoinfo.cxx
+++ b/desktop/win32/source/unoinfo.cxx
@@ -31,7 +31,7 @@
#pragma warning(pop)
#endif
-#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)