diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 14:11:23 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:38 -0600 |
commit | 144baa618c98506285f421719ae3b18820907962 (patch) | |
tree | 1fd6b713a5c4449e42711a20b4d499cc0929e423 /include/codemaker | |
parent | 940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (diff) |
fdo#65108 inter-module includes <>
Change-Id: I11332cfdcc3379fea8599fde1e9255113122e3b1
Diffstat (limited to 'include/codemaker')
-rw-r--r-- | include/codemaker/codemaker.hxx | 2 | ||||
-rw-r--r-- | include/codemaker/commoncpp.hxx | 4 | ||||
-rw-r--r-- | include/codemaker/commonjava.hxx | 4 | ||||
-rw-r--r-- | include/codemaker/exceptiontree.hxx | 6 | ||||
-rw-r--r-- | include/codemaker/generatedtypeset.hxx | 2 | ||||
-rw-r--r-- | include/codemaker/global.hxx | 6 | ||||
-rw-r--r-- | include/codemaker/typemanager.hxx | 14 | ||||
-rw-r--r-- | include/codemaker/unotype.hxx | 2 |
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> |