Prune #includes.
authorDan Gohman <gohman@apple.com>
Mon, 1 Mar 2010 17:42:17 +0000 (17:42 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 1 Mar 2010 17:42:17 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97448 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Hello/Hello.cpp

index eac4e17b15ed3a72f95d7d144d1eaacda7e7231f..37d7a00396dc30ba69b35b71328ef963a246f88d 100644 (file)
@@ -15,7 +15,6 @@
 #define DEBUG_TYPE "hello"
 #include "llvm/Pass.h"
 #include "llvm/Function.h"
-#include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/Statistic.h"
 using namespace llvm;