[llvm-branch-commits] [llvm] 5318f6c - MachineDominators.h - remove unused <vector> include
Simon Pilgrim via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Nov 21 09:15:39 PST 2020
Author: Simon Pilgrim
Date: 2020-11-21T17:11:26Z
New Revision: 5318f6c427c78c5737745acb18cae45b623cc067
URL: https://github.com/llvm/llvm-project/commit/5318f6c427c78c5737745acb18cae45b623cc067
DIFF: https://github.com/llvm/llvm-project/commit/5318f6c427c78c5737745acb18cae45b623cc067.diff
LOG: MachineDominators.h - remove unused <vector> include
Added:
Modified:
llvm/include/llvm/CodeGen/MachineDominators.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/MachineDominators.h b/llvm/include/llvm/CodeGen/MachineDominators.h
index cf3af4d38223..46bf73cdd7b6 100644
--- a/llvm/include/llvm/CodeGen/MachineDominators.h
+++ b/llvm/include/llvm/CodeGen/MachineDominators.h
@@ -23,7 +23,6 @@
#include "llvm/Support/GenericDomTreeConstruction.h"
#include <cassert>
#include <memory>
-#include <vector>
namespace llvm {
More information about the llvm-branch-commits
mailing list