[cfe-commits] r74131 - /cfe/trunk/lib/AST/CFG.cpp

Ted Kremenek kremenek at apple.com
Wed Jun 24 15:26:39 PDT 2009


Author: kremenek
Date: Wed Jun 24 17:26:16 2009
New Revision: 74131

URL: http://llvm.org/viewvc/llvm-project?rev=74131&view=rev
Log:
Remove unneeded #includes.

Modified:
    cfe/trunk/lib/AST/CFG.cpp

Modified: cfe/trunk/lib/AST/CFG.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CFG.cpp?rev=74131&r1=74130&r2=74131&view=diff

==============================================================================
--- cfe/trunk/lib/AST/CFG.cpp (original)
+++ cfe/trunk/lib/AST/CFG.cpp Wed Jun 24 17:26:16 2009
@@ -22,9 +22,6 @@
 #include "llvm/Support/Compiler.h"
 #include <llvm/Support/Allocator.h>
 #include <llvm/Support/Format.h>
-#include <iomanip>
-#include <algorithm>
-#include <sstream>
 
 using namespace clang;
 





More information about the cfe-commits mailing list