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"