[clang] 18a5fc5 - [clang][Interp][NFC] Remove an unnecessary <vector> include.
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 03:51:22 PDT 2022
Author: Timm Bäder
Date: 2022-09-29T12:50:55+02:00
New Revision: 18a5fc52b28e9a612c8c531209f6bda5ff0964b7
URL: https://github.com/llvm/llvm-project/commit/18a5fc52b28e9a612c8c531209f6bda5ff0964b7
DIFF: https://github.com/llvm/llvm-project/commit/18a5fc52b28e9a612c8c531209f6bda5ff0964b7.diff
LOG: [clang][Interp][NFC] Remove an unnecessary <vector> include.
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 5c96cd8d2340..c8df624dfa23 100644
--- a/clang/lib/AST/Interp/Interp.h
+++ b/clang/lib/AST/Interp/Interp.h
@@ -30,7 +30,6 @@
#include "llvm/Support/Endian.h"
#include <limits>
#include <type_traits>
-#include <vector>
namespace clang {
namespace interp {
More information about the cfe-commits
mailing list