diff options
Diffstat (limited to 'idlc/source')
-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 |
11 files changed, 18 insertions, 18 deletions
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> |