summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-decl-ref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ast-decl-ref.cpp')
-rw-r--r--source/slang/slang-ast-decl-ref.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/slang/slang-ast-decl-ref.cpp b/source/slang/slang-ast-decl-ref.cpp
index 9f140a524..a44e5b817 100644
--- a/source/slang/slang-ast-decl-ref.cpp
+++ b/source/slang/slang-ast-decl-ref.cpp
@@ -1,8 +1,9 @@
+// slang-ast-decl-ref.cpp
+
#include "slang-ast-builder.h"
-#include "slang-ast-reflect.h"
+#include "slang-ast-dispatch.h"
+#include "slang-ast-forward-declarations.h"
#include "slang-check-impl.h"
-#include "slang-generated-ast-macro.h"
-#include "slang-generated-ast.h"
namespace Slang
{