diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 22:44:03 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 22:44:03 +0000 |
commit | 1ae135c87b1057a19169c8be7679b830cb18e8f8 (patch) | |
tree | 9f0f0e2fa7b287401004d2f7c872415742994830 /llvm/lib/Target/CppBackend/CPPBackend.cpp | |
parent | 3aec21fa0e2205107ef2a47b3d478f97cf35beb1 (diff) | |
download | bcm5719-llvm-1ae135c87b1057a19169c8be7679b830cb18e8f8.tar.gz bcm5719-llvm-1ae135c87b1057a19169c8be7679b830cb18e8f8.zip |
Drop dead includes
llvm-svn: 50192
Diffstat (limited to 'llvm/lib/Target/CppBackend/CPPBackend.cpp')
-rw-r--r-- | llvm/lib/Target/CppBackend/CPPBackend.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/CppBackend/CPPBackend.cpp b/llvm/lib/Target/CppBackend/CPPBackend.cpp index fda5d00e6ae..bd06970ce4a 100644 --- a/llvm/lib/Target/CppBackend/CPPBackend.cpp +++ b/llvm/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 <algorithm> #include <iostream> |