diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/astscope.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/idlc/inc/astscope.hxx b/idlc/inc/astscope.hxx index 237b5d0bb82a..be7b03828c14 100644 --- a/idlc/inc/astscope.hxx +++ b/idlc/inc/astscope.hxx @@ -22,13 +22,12 @@ #include <sal/config.h> #include <string_view> - #include "idlc.hxx" - -class AstExpression; #include "astdeclaration.hxx" #include "astexpression.hxx" +class AstExpression; + class AstScope { public: |