diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 12:02:48 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:27 +0200 |
commit | 6f6f8aff6334dd9673ce7da3301e41f4651542ed (patch) | |
tree | 2fbec978ea18ebcca7f998fc8316ad785208f0c9 /idlc | |
parent | 4671e7b8a40fd296d907248f7dcecbc6d29315fa (diff) |
fix-includes.pl: idlc
Change-Id: I62da508151614277d59e831c7506c3ec715348f4
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/astattribute.hxx | 4 | ||||
-rw-r--r-- | idlc/inc/idlc/inheritedinterface.hxx | 2 | ||||
-rw-r--r-- | idlc/source/astconstant.cxx | 2 | ||||
-rw-r--r-- | idlc/source/astdump.cxx | 4 | ||||
-rw-r--r-- | idlc/source/astenum.cxx | 4 | ||||
-rw-r--r-- | idlc/source/astinterface.cxx | 4 | ||||
-rw-r--r-- | idlc/source/astoperation.cxx | 2 | ||||
-rw-r--r-- | idlc/source/astservice.cxx | 2 | ||||
-rw-r--r-- | idlc/source/aststruct.cxx | 4 | ||||
-rw-r--r-- | idlc/source/aststructinstance.cxx | 4 | ||||
-rw-r--r-- | idlc/source/attributeexceptions.hxx | 2 | ||||
-rw-r--r-- | idlc/source/idlcmain.cxx | 2 | ||||
-rw-r--r-- | idlc/source/options.cxx | 6 |
13 files changed, 21 insertions, 21 deletions
diff --git a/idlc/inc/idlc/astattribute.hxx b/idlc/inc/idlc/astattribute.hxx index 013ac6653d3c..6765d3c79638 100644 --- a/idlc/inc/idlc/astattribute.hxx +++ b/idlc/inc/idlc/astattribute.hxx @@ -22,8 +22,8 @@ #include <idlc/astdeclaration.hxx> #include "idlc/astscope.hxx" -#include "registry/types.h" -#include "rtl/ustring.hxx" +#include <registry/types.h> +#include <rtl/ustring.hxx> namespace typereg { class Writer; } diff --git a/idlc/inc/idlc/inheritedinterface.hxx b/idlc/inc/idlc/inheritedinterface.hxx index 603b8a818bbe..8065e4891e49 100644 --- a/idlc/inc/idlc/inheritedinterface.hxx +++ b/idlc/inc/idlc/inheritedinterface.hxx @@ -22,7 +22,7 @@ #include "idlc/idlc.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> class AstInterface; class AstType; diff --git a/idlc/source/astconstant.cxx b/idlc/source/astconstant.cxx index e72a28f7b27e..42129f2288c3 100644 --- a/idlc/source/astconstant.cxx +++ b/idlc/source/astconstant.cxx @@ -20,7 +20,7 @@ #include <idlc/astconstant.hxx> #include <idlc/astscope.hxx> -#include "registry/writer.hxx" +#include <registry/writer.hxx> using namespace ::rtl; diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx index 56136eafb22b..6e052fbb6046 100644 --- a/idlc/source/astdump.cxx +++ b/idlc/source/astdump.cxx @@ -29,8 +29,8 @@ #include <idlc/astsequence.hxx> #include "idlc/astoperation.hxx" -#include "registry/version.h" -#include "registry/writer.hxx" +#include <registry/version.h> +#include <registry/writer.hxx> using namespace ::rtl; diff --git a/idlc/source/astenum.cxx b/idlc/source/astenum.cxx index 8b95dc2e9c82..13bd8774f651 100644 --- a/idlc/source/astenum.cxx +++ b/idlc/source/astenum.cxx @@ -19,8 +19,8 @@ #include <idlc/astenum.hxx> -#include "registry/version.h" -#include "registry/writer.hxx" +#include <registry/version.h> +#include <registry/writer.hxx> using namespace ::rtl; diff --git a/idlc/source/astinterface.cxx b/idlc/source/astinterface.cxx index 20349ae22d65..3fd0a7e1845a 100644 --- a/idlc/source/astinterface.cxx +++ b/idlc/source/astinterface.cxx @@ -22,8 +22,8 @@ #include <idlc/astoperation.hxx> #include "idlc/idlc.hxx" -#include "registry/version.h" -#include "registry/writer.hxx" +#include <registry/version.h> +#include <registry/writer.hxx> using namespace ::rtl; diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx index 3ee0bb973e49..55e52931dfbb 100644 --- a/idlc/source/astoperation.cxx +++ b/idlc/source/astoperation.cxx @@ -23,7 +23,7 @@ #include <idlc/astparameter.hxx> #include <idlc/errorhandler.hxx> -#include "registry/writer.hxx" +#include <registry/writer.hxx> using namespace ::rtl; diff --git a/idlc/source/astservice.cxx b/idlc/source/astservice.cxx index 94ab1dcb70c1..794a527d9fea 100644 --- a/idlc/source/astservice.cxx +++ b/idlc/source/astservice.cxx @@ -18,7 +18,7 @@ */ -#include "sal/config.h" +#include <sal/config.h> #include "idlc/astmember.hxx" #include "idlc/astoperation.hxx" diff --git a/idlc/source/aststruct.cxx b/idlc/source/aststruct.cxx index 3938d4de0036..abc4bfed843b 100644 --- a/idlc/source/aststruct.cxx +++ b/idlc/source/aststruct.cxx @@ -20,8 +20,8 @@ #include <idlc/aststruct.hxx> #include <idlc/astmember.hxx> -#include "registry/version.h" -#include "registry/writer.hxx" +#include <registry/version.h> +#include <registry/writer.hxx> using namespace ::rtl; diff --git a/idlc/source/aststructinstance.cxx b/idlc/source/aststructinstance.cxx index 20b6ac3360f6..f5477464d829 100644 --- a/idlc/source/aststructinstance.cxx +++ b/idlc/source/aststructinstance.cxx @@ -23,8 +23,8 @@ #include "idlc/asttype.hxx" #include "idlc/idlctypes.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" +#include <rtl/strbuf.hxx> +#include <rtl/string.hxx> namespace { diff --git a/idlc/source/attributeexceptions.hxx b/idlc/source/attributeexceptions.hxx index aa19b49a1558..e1a3033a95bf 100644 --- a/idlc/source/attributeexceptions.hxx +++ b/idlc/source/attributeexceptions.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX #define INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> struct AttributeExceptions { struct Part { diff --git a/idlc/source/idlcmain.cxx b/idlc/source/idlcmain.cxx index 89b770bfe7c3..52e05f0eb247 100644 --- a/idlc/source/idlcmain.cxx +++ b/idlc/source/idlcmain.cxx @@ -19,7 +19,7 @@ #include "idlc/idlc.hxx" -#include "sal/main.h" +#include <sal/main.h> #include <string.h> diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 095a97164608..c04603d118b7 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -20,9 +20,9 @@ #include "idlc/options.hxx" -#include "osl/diagnose.h" -#include "rtl/string.hxx" -#include "rtl/strbuf.hxx" +#include <osl/diagnose.h> +#include <rtl/string.hxx> +#include <rtl/strbuf.hxx> #include <stdio.h> #include <string.h> |