Add explicit include directives; the file was getting implicitly included already. NFC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@256864 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2016-01-05 19:53:31 +00:00
parent 17a797c97d
commit 7861de23d6
4 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "MoveOnly.h"
#include "min_allocator.h"
#include "test_macros.h"
int main()
{

View File

@@ -20,6 +20,7 @@
#include "MoveOnly.h"
#include "min_allocator.h"
#include "test_macros.h"
int main()
{

View File

@@ -19,6 +19,7 @@
#include "MoveOnly.h"
#include "min_allocator.h"
#include "test_macros.h"
int main()
{

View File

@@ -19,6 +19,7 @@
#include "MoveOnly.h"
#include "min_allocator.h"
#include "test_macros.h"
int main()
{