summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/codemaker/codemaker.hxx2
-rw-r--r--include/codemaker/commoncpp.hxx4
-rw-r--r--include/codemaker/commonjava.hxx4
-rw-r--r--include/codemaker/exceptiontree.hxx6
-rw-r--r--include/codemaker/generatedtypeset.hxx2
-rw-r--r--include/codemaker/global.hxx6
-rw-r--r--include/codemaker/typemanager.hxx14
-rw-r--r--include/codemaker/unotype.hxx2
8 files changed, 20 insertions, 20 deletions
diff --git a/include/codemaker/codemaker.hxx b/include/codemaker/codemaker.hxx
index 49d1d4b9cea8..81e4a5e370e1 100644
--- a/include/codemaker/codemaker.hxx
+++ b/include/codemaker/codemaker.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_CODEMAKER_HXX
#define INCLUDED_CODEMAKER_CODEMAKER_HXX
-#include "sal/config.h"
+#include <sal/config.h>
namespace rtl {
class OString;
diff --git a/include/codemaker/commoncpp.hxx b/include/codemaker/commoncpp.hxx
index 8bff48fc0809..48c071dfbed1 100644
--- a/include/codemaker/commoncpp.hxx
+++ b/include/codemaker/commoncpp.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_COMMONCPP_HXX
#define INCLUDED_CODEMAKER_COMMONCPP_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "codemaker/unotype.hxx"
+#include <codemaker/unotype.hxx>
namespace rtl {
class OString;
diff --git a/include/codemaker/commonjava.hxx b/include/codemaker/commonjava.hxx
index 54d9403cda57..d34540f19734 100644
--- a/include/codemaker/commonjava.hxx
+++ b/include/codemaker/commonjava.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_COMMONJAVA_HXX
#define INCLUDED_CODEMAKER_COMMONJAVA_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "codemaker/unotype.hxx"
+#include <codemaker/unotype.hxx>
namespace rtl { class OString; }
diff --git a/include/codemaker/exceptiontree.hxx b/include/codemaker/exceptiontree.hxx
index 5392386a3c07..f689b882844c 100644
--- a/include/codemaker/exceptiontree.hxx
+++ b/include/codemaker/exceptiontree.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX
#define INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX
-#include "codemaker/global.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
+#include <codemaker/global.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
#include <vector>
diff --git a/include/codemaker/generatedtypeset.hxx b/include/codemaker/generatedtypeset.hxx
index 3d1a5615b0b1..f3c7b9235b8e 100644
--- a/include/codemaker/generatedtypeset.hxx
+++ b/include/codemaker/generatedtypeset.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
#define INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
-#include "rtl/string.hxx"
+#include <rtl/string.hxx>
#include <boost/unordered_set.hpp>
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
{
diff --git a/include/codemaker/typemanager.hxx b/include/codemaker/typemanager.hxx
index fc6aba69ab1d..d9bb4d83d5af 100644
--- a/include/codemaker/typemanager.hxx
+++ b/include/codemaker/typemanager.hxx
@@ -20,16 +20,16 @@
#ifndef INCLUDED_CODEMAKER_TYPEMANAGER_HXX
#define INCLUDED_CODEMAKER_TYPEMANAGER_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <vector>
-#include "codemaker/unotype.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
-#include "rtl/textenc.h"
-#include "rtl/ustring.hxx"
-#include "salhelper/simplereferenceobject.hxx"
+#include <codemaker/unotype.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
+#include <rtl/textenc.h>
+#include <rtl/ustring.hxx>
+#include <salhelper/simplereferenceobject.hxx>
namespace unoidl {
class Entity;
diff --git a/include/codemaker/unotype.hxx b/include/codemaker/unotype.hxx
index b00de6658a99..6c747dda8068 100644
--- a/include/codemaker/unotype.hxx
+++ b/include/codemaker/unotype.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_UNOTYPE_HXX
#define INCLUDED_CODEMAKER_UNOTYPE_HXX
-#include "sal/types.h"
+#include <sal/types.h>
#include <vector>