diff options
| author | Rui Ueyama <ruiu@google.com> | 2015-09-19 02:28:32 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2015-09-19 02:28:32 +0000 |
| commit | 27e9e6540cad13c696e8e77106bdf9714017e27c (patch) | |
| tree | fefdc292b362dbc206fc0fa48a11c3a44996fe24 /lld/COFF/DLL.cpp | |
| parent | e677e2f5451e6f0ff329a000d3ede8e4acfa5a5f (diff) | |
| download | bcm5719-llvm-27e9e6540cad13c696e8e77106bdf9714017e27c.tar.gz bcm5719-llvm-27e9e6540cad13c696e8e77106bdf9714017e27c.zip | |
Remove unused #includes.
llvm-svn: 248081
Diffstat (limited to 'lld/COFF/DLL.cpp')
| -rw-r--r-- | lld/COFF/DLL.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/DLL.cpp b/lld/COFF/DLL.cpp index 79e201a9af1..32c1558e398 100644 --- a/lld/COFF/DLL.cpp +++ b/lld/COFF/DLL.cpp @@ -20,7 +20,6 @@ #include "Chunks.h" #include "DLL.h" -#include "llvm/ADT/STLExtras.h" #include "llvm/Object/COFF.h" #include "llvm/Support/Endian.h" #include "llvm/Support/Path.h" |

