summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astattribute.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 12:02:48 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:27 +0200
commit6f6f8aff6334dd9673ce7da3301e41f4651542ed (patch)
tree2fbec978ea18ebcca7f998fc8316ad785208f0c9 /idlc/inc/idlc/astattribute.hxx
parent4671e7b8a40fd296d907248f7dcecbc6d29315fa (diff)
fix-includes.pl: idlc
Change-Id: I62da508151614277d59e831c7506c3ec715348f4
Diffstat (limited to 'idlc/inc/idlc/astattribute.hxx')
-rw-r--r--idlc/inc/idlc/astattribute.hxx4
1 files changed, 2 insertions, 2 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; }