Remove unused STL header includes.
[oota-llvm.git] / include / llvm / ADT / StringExtras.h
index a28545c4709b1063db156cf253f1c21cc94d8bf1..5f5c04187ada393f39af1f3a773b3edea1e7c74e 100644 (file)
@@ -20,7 +20,6 @@
 #include <cctype>
 #include <cstdio>
 #include <string>
-#include <vector>
 
 namespace llvm {
 template<typename T> class SmallVectorImpl;