[clang] 634128b - [clang][Interp][NFC] Remove some unused includes

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 22:26:02 PDT 2024


Author: Timm Bäder
Date: 2024-07-13T07:25:47+02:00
New Revision: 634128be4610a4d85d92935109ed7761f0e06af1

URL: https://github.com/llvm/llvm-project/commit/634128be4610a4d85d92935109ed7761f0e06af1
DIFF: https://github.com/llvm/llvm-project/commit/634128be4610a4d85d92935109ed7761f0e06af1.diff

LOG: [clang][Interp][NFC] Remove some unused includes

Added: 
    

Modified: 
    clang/lib/AST/Interp/Interp.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/Interp.h b/clang/lib/AST/Interp/Interp.h
index ac87901570ec..83c7e98c2dda 100644
--- a/clang/lib/AST/Interp/Interp.h
+++ b/clang/lib/AST/Interp/Interp.h
@@ -27,13 +27,9 @@
 #include "Program.h"
 #include "State.h"
 #include "clang/AST/ASTContext.h"
-#include "clang/AST/ASTDiagnostic.h"
-#include "clang/AST/CXXInheritance.h"
 #include "clang/AST/Expr.h"
 #include "llvm/ADT/APFloat.h"
 #include "llvm/ADT/APSInt.h"
-#include "llvm/Support/Endian.h"
-#include <limits>
 #include <type_traits>
 
 namespace clang {


        


More information about the cfe-commits mailing list