[clang][Interp][NFC] Limit includes to neccessary ones
authorTimm Bäder <tbaeder@redhat.com>
Fri, 16 Sep 2022 16:21:16 +0000 (18:21 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 29 Sep 2022 10:50:56 +0000 (12:50 +0200)
clang/lib/AST/Interp/Record.h

index 9cdee90..db559d7 100644 (file)
@@ -13,7 +13,8 @@
 #ifndef LLVM_CLANG_AST_INTERP_RECORD_H
 #define LLVM_CLANG_AST_INTERP_RECORD_H
 
-#include "Pointer.h"
+#include "clang/AST/Decl.h"
+#include "Descriptor.h"
 
 namespace clang {
 namespace interp {