Kaydet (Commit) 6f6f8aff authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix-includes.pl: idlc

Change-Id: I62da508151614277d59e831c7506c3ec715348f4
üst 4671e7b8
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <idlc/astdeclaration.hxx> #include <idlc/astdeclaration.hxx>
#include "idlc/astscope.hxx" #include "idlc/astscope.hxx"
#include "registry/types.h" #include <registry/types.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
namespace typereg { class Writer; } namespace typereg { class Writer; }
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "idlc/idlc.hxx" #include "idlc/idlc.hxx"
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
class AstInterface; class AstInterface;
class AstType; class AstType;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <idlc/astconstant.hxx> #include <idlc/astconstant.hxx>
#include <idlc/astscope.hxx> #include <idlc/astscope.hxx>
#include "registry/writer.hxx" #include <registry/writer.hxx>
using namespace ::rtl; using namespace ::rtl;
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#include <idlc/astsequence.hxx> #include <idlc/astsequence.hxx>
#include "idlc/astoperation.hxx" #include "idlc/astoperation.hxx"
#include "registry/version.h" #include <registry/version.h>
#include "registry/writer.hxx" #include <registry/writer.hxx>
using namespace ::rtl; using namespace ::rtl;
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include <idlc/astenum.hxx> #include <idlc/astenum.hxx>
#include "registry/version.h" #include <registry/version.h>
#include "registry/writer.hxx" #include <registry/writer.hxx>
using namespace ::rtl; using namespace ::rtl;
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <idlc/astoperation.hxx> #include <idlc/astoperation.hxx>
#include "idlc/idlc.hxx" #include "idlc/idlc.hxx"
#include "registry/version.h" #include <registry/version.h>
#include "registry/writer.hxx" #include <registry/writer.hxx>
using namespace ::rtl; using namespace ::rtl;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <idlc/astparameter.hxx> #include <idlc/astparameter.hxx>
#include <idlc/errorhandler.hxx> #include <idlc/errorhandler.hxx>
#include "registry/writer.hxx" #include <registry/writer.hxx>
using namespace ::rtl; using namespace ::rtl;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "idlc/astmember.hxx" #include "idlc/astmember.hxx"
#include "idlc/astoperation.hxx" #include "idlc/astoperation.hxx"
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include <idlc/aststruct.hxx> #include <idlc/aststruct.hxx>
#include <idlc/astmember.hxx> #include <idlc/astmember.hxx>
#include "registry/version.h" #include <registry/version.h>
#include "registry/writer.hxx" #include <registry/writer.hxx>
using namespace ::rtl; using namespace ::rtl;
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
#include "idlc/asttype.hxx" #include "idlc/asttype.hxx"
#include "idlc/idlctypes.hxx" #include "idlc/idlctypes.hxx"
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "rtl/string.hxx" #include <rtl/string.hxx>
namespace { namespace {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX #ifndef INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX
#define INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX #define INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
struct AttributeExceptions { struct AttributeExceptions {
struct Part { struct Part {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "idlc/idlc.hxx" #include "idlc/idlc.hxx"
#include "sal/main.h" #include <sal/main.h>
#include <string.h> #include <string.h>
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#include "idlc/options.hxx" #include "idlc/options.hxx"
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "rtl/string.hxx" #include <rtl/string.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment