[clang][Interp][NFC] Trim InterpFrame includes
authorTimm Bäder <tbaeder@redhat.com>
Mon, 10 Oct 2022 14:04:24 +0000 (16:04 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Sat, 22 Oct 2022 08:32:05 +0000 (10:32 +0200)
clang/lib/AST/Interp/InterpFrame.cpp

index a2320f0..427de28 100644 (file)
@@ -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;