Cleaning up the test suite; remove some includes of non-standard file <__config>

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@226411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2015-01-18 19:05:51 +00:00
parent 33f50fb940
commit 02f6369a6b
12 changed files with 8 additions and 35 deletions

View File

@@ -17,9 +17,6 @@
int main () {}
#else
#include <__config>
#include <iterator>
#include <cassert>
#include <vector>