From 45ab1105a6918fcd910603d4f71347caa9f4e812 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Tue, 15 Nov 2022 13:14:17 -0800 Subject: [PATCH] Not necessary --- Analysis/src/AstQuery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Analysis/src/AstQuery.cpp b/Analysis/src/AstQuery.cpp index 54a13e61..b93c2cc2 100644 --- a/Analysis/src/AstQuery.cpp +++ b/Analysis/src/AstQuery.cpp @@ -1,7 +1,6 @@ // This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details #include "Luau/AstQuery.h" -#include "Luau/Ast.h" #include "Luau/Module.h" #include "Luau/Scope.h" #include "Luau/TypeInfer.h"