[clang] eadd505 - [clang][Interp][NFC] Limit includes to neccessary ones
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 03:51:35 PDT 2022
Author: Timm Bäder
Date: 2022-09-29T12:50:56+02:00
New Revision: eadd505b0c054eacba7d0349505ea9ca1acf54f0
URL: https://github.com/llvm/llvm-project/commit/eadd505b0c054eacba7d0349505ea9ca1acf54f0
DIFF: https://github.com/llvm/llvm-project/commit/eadd505b0c054eacba7d0349505ea9ca1acf54f0.diff
LOG: [clang][Interp][NFC] Limit includes to neccessary ones
Added:
Modified:
clang/lib/AST/Interp/Record.h
Removed:
################################################################################
diff --git a/clang/lib/AST/Interp/Record.h b/clang/lib/AST/Interp/Record.h
index 9cdee9003752..db559d7a6bf4 100644
--- a/clang/lib/AST/Interp/Record.h
+++ b/clang/lib/AST/Interp/Record.h
@@ -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 {
More information about the cfe-commits
mailing list