aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 22:44:03 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 22:44:03 +0000
commitf233389b85e76e1ea69295c9812ac6357b12ce7f (patch)
tree517c1174682194dfe6dce6f1dee6452109431c2a /lib
parentbf8196adf68932bfa9f300e4f0677bc91bb7f3d0 (diff)
downloadexternal_llvm-f233389b85e76e1ea69295c9812ac6357b12ce7f.tar.gz
external_llvm-f233389b85e76e1ea69295c9812ac6357b12ce7f.tar.bz2
external_llvm-f233389b85e76e1ea69295c9812ac6357b12ce7f.zip
Drop dead includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/CppBackend/CPPBackend.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/CppBackend/CPPBackend.cpp b/lib/Target/CppBackend/CPPBackend.cpp
index fda5d00e6a..bd06970ce4 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 <algorithm>
#include <iostream>