Author: Timm Bäder Date: 2022-10-22T10:32:05+02:00 New Revision: 4abd8683043811792dcbc597abaa02bb482bb959
URL: https://github.com/llvm/llvm-project/commit/4abd8683043811792dcbc597abaa02bb482bb959 DIFF: https://github.com/llvm/llvm-project/commit/4abd8683043811792dcbc597abaa02bb482bb959.diff LOG: [clang][Interp][NFC] Trim InterpFrame includes Added: Modified: clang/lib/AST/Interp/InterpFrame.cpp Removed: ################################################################################ diff --git a/clang/lib/AST/Interp/InterpFrame.cpp b/clang/lib/AST/Interp/InterpFrame.cpp index a2320f0d2076..427de28f2419 100644 --- a/clang/lib/AST/Interp/InterpFrame.cpp +++ b/clang/lib/AST/Interp/InterpFrame.cpp @@ -8,11 +8,12 @@ #include "InterpFrame.h" #include "Function.h" -#include "Interp.h" #include "InterpStack.h" +#include "InterpState.h" #include "Pointer.h" #include "PrimType.h" #include "Program.h" +#include "clang/AST/ASTContext.h" #include "clang/AST/DeclCXX.h" using namespace clang; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits