summaryrefslogtreecommitdiff
path: root/include/codemaker/typemanager.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/typemanager.hxx
parent940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (diff)
fdo#65108 inter-module includes <>
Change-Id: I11332cfdcc3379fea8599fde1e9255113122e3b1
Diffstat (limited to 'include/codemaker/typemanager.hxx')
-rw-r--r--include/codemaker/typemanager.hxx14
1 files changed, 7 insertions, 7 deletions
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;