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