Remove unnecessary <sstream> includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49681 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-04-14 20:40:47 +00:00
parent b91c89dfb9
commit 0a9371de6d
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;