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 { _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits