aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
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
commit5cb290267d9b43e1883e92b9939b0e1887dabcc5 (patch)
tree09497afdc474ff78ca40a3d6943f8304d93a34b5 /lib/System
parent88c9efd968cba5a1f8656c7a1c30118b613b5a0f (diff)
downloadexternal_llvm-5cb290267d9b43e1883e92b9939b0e1887dabcc5.zip
external_llvm-5cb290267d9b43e1883e92b9939b0e1887dabcc5.tar.gz
external_llvm-5cb290267d9b43e1883e92b9939b0e1887dabcc5.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')
-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>