From 18ad485bf51c93dff16deaa3fafdea6eeec351f4 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sun, 25 Oct 2009 22:38:41 +0000 Subject: [PATCH] Remove unused includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85074 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/DynamicLibrary.cpp | 1 - lib/System/Path.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp index 6efab948fa7..7eb9f5f3ef8 100644 --- a/lib/System/DynamicLibrary.cpp +++ b/lib/System/DynamicLibrary.cpp @@ -15,7 +15,6 @@ //===----------------------------------------------------------------------===// #include "llvm/System/DynamicLibrary.h" -#include "llvm/Support/ManagedStatic.h" #include "llvm/Config/config.h" #include #include diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp index df335748093..8e1fa538b7b 100644 --- a/lib/System/Path.cpp +++ b/lib/System/Path.cpp @@ -13,7 +13,6 @@ #include "llvm/System/Path.h" #include "llvm/Config/config.h" -#include "llvm/Support/ErrorHandling.h" #include #include #include -- 2.11.0