Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@196127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2013-12-02 18:08:31 +00:00
parent e27dbcf2dc
commit ebedffde9a
30 changed files with 28 additions and 202 deletions

View File

@@ -18,7 +18,7 @@
#include <cassert>
#include "../MoveOnly.h"
#include "../allocators.h"
#include "allocators.h"
#include "../alloc_first.h"
#include "../alloc_last.h"