From: Dan Gohman Date: Mon, 19 Apr 2010 17:51:31 +0000 (+0000) Subject: This doesn't need SmallVector.h anymore. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=023f8aaa1611aa8c65ae14500653f75303178527;p=oota-llvm.git This doesn't need SmallVector.h anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Unix/Path.inc b/lib/System/Unix/Path.inc index 9be28169fa1..74596dc6ab0 100644 --- a/lib/System/Unix/Path.inc +++ b/lib/System/Unix/Path.inc @@ -16,7 +16,6 @@ //=== is guaranteed to work on *all* UNIX variants. //===----------------------------------------------------------------------===// -#include "llvm/ADT/SmallVector.h" #include "Unix.h" #if HAVE_SYS_STAT_H #include