[clang] 7d59020 - [clang][Interp][NFC] Remove unused include

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


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

URL: https://github.com/llvm/llvm-project/commit/7d5902025d20e00b1865d02dfe514fb35259ae2a
DIFF: https://github.com/llvm/llvm-project/commit/7d5902025d20e00b1865d02dfe514fb35259ae2a.diff

LOG: [clang][Interp][NFC] Remove unused include

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/Pointer.h b/clang/lib/AST/Interp/Pointer.h
index 0ebac1ba04551..3515f525a22fe 100644
--- a/clang/lib/AST/Interp/Pointer.h
+++ b/clang/lib/AST/Interp/Pointer.h
@@ -19,7 +19,6 @@
 #include "clang/AST/Decl.h"
 #include "clang/AST/DeclCXX.h"
 #include "clang/AST/Expr.h"
-#include "llvm/ADT/PointerUnion.h"
 #include "llvm/Support/raw_ostream.h"
 
 namespace clang {


        


More information about the cfe-commits mailing list