summaryrefslogtreecommitdiff
path: root/include/codemaker/global.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 14:11:23 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:38 -0600
commit144baa618c98506285f421719ae3b18820907962 (patch)
tree1fd6b713a5c4449e42711a20b4d499cc0929e423 /include/codemaker/global.hxx
parent940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (diff)
fdo#65108 inter-module includes <>
Change-Id: I11332cfdcc3379fea8599fde1e9255113122e3b1
Diffstat (limited to 'include/codemaker/global.hxx')
-rw-r--r--include/codemaker/global.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx
index 2c61ce88ec51..5693e3ac8aba 100644
--- a/include/codemaker/global.hxx
+++ b/include/codemaker/global.hxx
@@ -26,9 +26,9 @@
#include <stdio.h>
-#include "osl/file.hxx"
-#include "rtl/ustring.hxx"
-#include "rtl/strbuf.hxx"
+#include <osl/file.hxx>
+#include <rtl/ustring.hxx>
+#include <rtl/strbuf.hxx>
struct EqualString
{