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

llvm-svn: 256864
This commit is contained in:
Marshall Clow 2016-01-05 19:53:31 +00:00
parent 954b40bf63
commit 652a2ce191
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()
{