[clang] 4abd868 - [clang][Interp][NFC] Trim InterpFrame includes
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 22 01:50:24 PDT 2022
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;
More information about the cfe-commits
mailing list