summaryrefslogtreecommitdiffstats
path: root/idlc/inc/astmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astmodule.hxx')
-rw-r--r--idlc/inc/astmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/astmodule.hxx b/idlc/inc/astmodule.hxx
index da56f8298b2a..df50ac95df5f 100644
--- a/idlc/inc/astmodule.hxx
+++ b/idlc/inc/astmodule.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_IDLC_INC_ASTMODULE_HXX
#define INCLUDED_IDLC_INC_ASTMODULE_HXX
-#include <astdeclaration.hxx>
-#include <astscope.hxx>
+#include "astdeclaration.hxx"
+#include "astscope.hxx"
class AstModule : public AstDeclaration
, public AstScope