summaryrefslogtreecommitdiff
path: root/idlc/inc/astscope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astscope.hxx')
-rw-r--r--idlc/inc/astscope.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/astscope.hxx b/idlc/inc/astscope.hxx
index 30a0f837c0dc..af3d4d68781b 100644
--- a/idlc/inc/astscope.hxx
+++ b/idlc/inc/astscope.hxx
@@ -19,11 +19,11 @@
#ifndef INCLUDED_IDLC_INC_ASTSCOPE_HXX
#define INCLUDED_IDLC_INC_ASTSCOPE_HXX
-#include <idlc.hxx>
+#include "idlc.hxx"
class AstExpression;
-#include <astdeclaration.hxx>
-#include <astexpression.hxx>
+#include "astdeclaration.hxx"
+#include "astexpression.hxx"
class AstScope
{