This doesn't need SmallVector.h anymore.
authorDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 17:51:31 +0000 (17:51 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 17:51:31 +0000 (17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101790 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Unix/Path.inc

index 9be28169fa1b28d014655e341833af84157a8e61..74596dc6ab066eb7ea3af00c9d43950626b80078 100644 (file)
@@ -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 <sys/stat.h>