From a0e0575dcf4fede5c6e20636c63042d8c62ecf77 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 7 Nov 2021 16:12:31 +0200 Subject: forward decls go after #include Change-Id: I54c33508639044092356eed5144720261b4f65db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124816 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idlc/inc/astscope.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'idlc') 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 #include - #include "idlc.hxx" - -class AstExpression; #include "astdeclaration.hxx" #include "astexpression.hxx" +class AstExpression; + class AstScope { public: -- cgit