diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:58 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:58 +0000 |
commit | da9f40267730cb5d6ea50840851fa7aa84dcd2a2 (patch) | |
tree | ad2c2a5e84100ecebb0c4fbc65fece36b55324b6 /llvm/lib/Support/CommandLine.cpp | |
parent | 6c02f9b8842d3f7ea9ecaa0e258a7ca612dcf078 (diff) | |
download | bcm5719-llvm-da9f40267730cb5d6ea50840851fa7aa84dcd2a2.tar.gz bcm5719-llvm-da9f40267730cb5d6ea50840851fa7aa84dcd2a2.zip |
Remove redundant includes from lib/Support.
llvm-svn: 320627
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
-rw-r--r-- | llvm/lib/Support/CommandLine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 0d662cb0375..b547a093270 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -19,7 +19,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm-c/Support.h" #include "llvm/ADT/ArrayRef.h" -#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/Optional.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallPtrSet.h" |