Remove unnecessary <sstream> includes.

llvm-svn: 49681
This commit is contained in:
Dan Gohman 2008-04-14 20:40:47 +00:00
parent dc217191d1
commit 4fff979a43
2 changed files with 0 additions and 2 deletions

View 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.

View File

@ -101,7 +101,6 @@
#include "llvm/Transforms/Utils/Local.h"
#include <algorithm>
#include <deque>
#include <sstream>
#include <stack>
using namespace llvm;