diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:54 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:54 +0000 |
commit | 910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b (patch) | |
tree | 9c35e9f9305d744b95761710fb9fb6aaf8a38d37 /llvm/lib/MC/MCCodeView.cpp | |
parent | e893b46b4ab95ccd0e000759e56a61d1b4c39b6d (diff) | |
download | bcm5719-llvm-910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b.tar.gz bcm5719-llvm-910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b.zip |
Remove redundant includes from lib/MC.
llvm-svn: 320624
Diffstat (limited to 'llvm/lib/MC/MCCodeView.cpp')
-rw-r--r-- | llvm/lib/MC/MCCodeView.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCCodeView.cpp b/llvm/lib/MC/MCCodeView.cpp index 7e4a79b8a9b..82b81ccc24d 100644 --- a/llvm/lib/MC/MCCodeView.cpp +++ b/llvm/lib/MC/MCCodeView.cpp @@ -14,7 +14,6 @@ #include "llvm/MC/MCCodeView.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/StringExtras.h" -#include "llvm/BinaryFormat/COFF.h" #include "llvm/DebugInfo/CodeView/CodeView.h" #include "llvm/DebugInfo/CodeView/Line.h" #include "llvm/DebugInfo/CodeView/SymbolRecord.h" |