From: Anton Korobeynikov Date: Wed, 23 Apr 2008 22:44:03 +0000 (+0000) Subject: Drop dead includes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0d9e02cfd681aa7de789254a02835d12a43b42b6;p=oota-llvm.git Drop dead includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50192 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CppBackend/CPPBackend.cpp b/lib/Target/CppBackend/CPPBackend.cpp index fda5d00e6ae..bd06970ce4a 100644 --- a/lib/Target/CppBackend/CPPBackend.cpp +++ b/lib/Target/CppBackend/CPPBackend.cpp @@ -28,9 +28,6 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/CFG.h" -#include "llvm/Support/ManagedStatic.h" -#include "llvm/Support/MathExtras.h" #include "llvm/Config/config.h" #include #include