[llvm-commits] [llvm] r85074 - in /llvm/trunk/lib/System: DynamicLibrary.cpp Path.cpp

Chandler Carruth chandlerc at gmail.com
Sun Oct 25 15:38:41 PDT 2009


Author: chandlerc
Date: Sun Oct 25 17:38:41 2009
New Revision: 85074

URL: http://llvm.org/viewvc/llvm-project?rev=85074&view=rev
Log:
Remove unused includes.

Modified:
    llvm/trunk/lib/System/DynamicLibrary.cpp
    llvm/trunk/lib/System/Path.cpp

Modified: llvm/trunk/lib/System/DynamicLibrary.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/DynamicLibrary.cpp?rev=85074&r1=85073&r2=85074&view=diff

==============================================================================
--- llvm/trunk/lib/System/DynamicLibrary.cpp (original)
+++ llvm/trunk/lib/System/DynamicLibrary.cpp Sun Oct 25 17:38:41 2009
@@ -15,7 +15,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/System/DynamicLibrary.h"
-#include "llvm/Support/ManagedStatic.h"
 #include "llvm/Config/config.h"
 #include <cstdio>
 #include <cstring>

Modified: llvm/trunk/lib/System/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Path.cpp?rev=85074&r1=85073&r2=85074&view=diff

==============================================================================
--- llvm/trunk/lib/System/Path.cpp (original)
+++ llvm/trunk/lib/System/Path.cpp Sun Oct 25 17:38:41 2009
@@ -13,7 +13,6 @@
 
 #include "llvm/System/Path.h"
 #include "llvm/Config/config.h"
-#include "llvm/Support/ErrorHandling.h"
 #include <cassert>
 #include <cstring>
 #include <ostream>





More information about the llvm-commits mailing list