aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-19 17:51:31 +0000
committerDan Gohman <gohman@apple.com>2010-04-19 17:51:31 +0000
commit023f8aaa1611aa8c65ae14500653f75303178527 (patch)
tree09497afdc474ff78ca40a3d6943f8304d93a34b5 /lib/System/Unix
parentc1b202a2b82c1edf7b70654fef8089cacb992a82 (diff)
downloadexternal_llvm-023f8aaa1611aa8c65ae14500653f75303178527.zip
external_llvm-023f8aaa1611aa8c65ae14500653f75303178527.tar.gz
external_llvm-023f8aaa1611aa8c65ae14500653f75303178527.tar.bz2
This doesn't need SmallVector.h anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Unix')
-rw-r--r--lib/System/Unix/Path.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/Unix/Path.inc b/lib/System/Unix/Path.inc
index 9be2816..74596dc 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 <sys/stat.h>