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/source/astinterface.cxx | |
parent | 4671e7b8a40fd296d907248f7dcecbc6d29315fa (diff) |
fix-includes.pl: idlc
Change-Id: I62da508151614277d59e831c7506c3ec715348f4
Diffstat (limited to 'idlc/source/astinterface.cxx')
-rw-r--r-- | idlc/source/astinterface.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |