Remove unused includes.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 25 Oct 2009 22:38:41 +0000 (22:38 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 25 Oct 2009 22:38:41 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85074 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/DynamicLibrary.cpp
lib/System/Path.cpp

index 6efab948fa76f150b070da1ec75d4802edd43149..7eb9f5f3ef8e1439679f1647341723483d237310 100644 (file)
@@ -15,7 +15,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/System/DynamicLibrary.h"
-#include "llvm/Support/ManagedStatic.h"
 #include "llvm/Config/config.h"
 #include <cstdio>
 #include <cstring>
index df3357480937534791453ee0c978a1bbf43ba29a..8e1fa538b7b7e80bcb9aae7ae1eb9a3df6c8a6c9 100644 (file)
@@ -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>