summaryrefslogtreecommitdiff
path: root/codemaker/source/codemaker/global.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/codemaker/global.cxx')
-rw-r--r--codemaker/source/codemaker/global.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx
index 30484f7e6111..5529dc08308d 100644
--- a/codemaker/source/codemaker/global.cxx
+++ b/codemaker/source/codemaker/global.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "osl/process.h"
-#include "rtl/strbuf.hxx"
-#include "rtl/ustring.hxx"
-#include "osl/thread.h"
-#include "osl/file.hxx"
+#include <osl/process.h>
+#include <rtl/strbuf.hxx>
+#include <rtl/ustring.hxx>
+#include <osl/thread.h>
+#include <osl/file.hxx>
#include <string.h>
#include <errno.h>
@@ -36,7 +36,7 @@
# include <unistd.h>
#endif
-#include "codemaker/global.hxx"
+#include <codemaker/global.hxx>
#ifdef SAL_UNX
#define SEPARATOR '/'