[llvm-commits] [llvm] r50192 - /llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp

Anton Korobeynikov asl at math.spbu.ru
Wed Apr 23 15:44:03 PDT 2008


Author: asl
Date: Wed Apr 23 17:44:03 2008
New Revision: 50192

URL: http://llvm.org/viewvc/llvm-project?rev=50192&view=rev
Log:
Drop dead includes

Modified:
    llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp

Modified: llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp?rev=50192&r1=50191&r2=50192&view=diff

==============================================================================
--- llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp (original)
+++ llvm/trunk/lib/Target/CppBackend/CPPBackend.cpp Wed Apr 23 17:44:03 2008
@@ -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>





More information about the llvm-commits mailing list