diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:55 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:55 +0000 |
commit | fdfbab2baf057bbe51d3f0236fc8f550391ccb06 (patch) | |
tree | ca024c8723f74c7748b351b93fcd03334ad34103 /llvm/lib/Object/WindowsResource.cpp | |
parent | 910c0129c85a9c32b2d8e59eb3c7a05a604c1a4b (diff) | |
download | bcm5719-llvm-fdfbab2baf057bbe51d3f0236fc8f550391ccb06.tar.gz bcm5719-llvm-fdfbab2baf057bbe51d3f0236fc8f550391ccb06.zip |
Remove redundant includes from lib/Object.
llvm-svn: 320625
Diffstat (limited to 'llvm/lib/Object/WindowsResource.cpp')
-rw-r--r-- | llvm/lib/Object/WindowsResource.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Object/WindowsResource.cpp b/llvm/lib/Object/WindowsResource.cpp index b844955caa8..9ca584a4a1a 100644 --- a/llvm/lib/Object/WindowsResource.cpp +++ b/llvm/lib/Object/WindowsResource.cpp @@ -17,7 +17,6 @@ #include "llvm/Support/MathExtras.h" #include <ctime> #include <queue> -#include <sstream> #include <system_error> using namespace llvm; |