Remove unnecessary <sstream> includes.
authorDan Gohman <gohman@apple.com>
Mon, 14 Apr 2008 20:40:47 +0000 (20:40 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 Apr 2008 20:40:47 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49681 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetData.cpp
lib/Transforms/Scalar/PredicateSimplifier.cpp

index 0a98fb790d66861ed435a52dca22b594ab2ca3f1..215a4f6d388968cd5c8a70cf94651279a9f9a825 100644 (file)
@@ -27,7 +27,6 @@
 #include "llvm/ADT/StringExtras.h"
 #include <algorithm>
 #include <cstdlib>
-#include <sstream>
 using namespace llvm;
 
 // Handle the Pass registration stuff necessary to use TargetData's.
index f8bd153962a14655fd37f5eaba94afd4355dca2d..1b36d84a7bd3c07fdc1be3b187facfc5099ee768 100644 (file)
 #include "llvm/Transforms/Utils/Local.h"
 #include <algorithm>
 #include <deque>
-#include <sstream>
 #include <stack>
 using namespace llvm;