forked from OSchip/llvm-project
Add explicit include directives; the file was getting implicitly included already. NFC
llvm-svn: 256864
This commit is contained in:
parent
954b40bf63
commit
652a2ce191
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "MoveOnly.h"
|
||||
#include "min_allocator.h"
|
||||
#include "test_macros.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "MoveOnly.h"
|
||||
#include "min_allocator.h"
|
||||
#include "test_macros.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "MoveOnly.h"
|
||||
#include "min_allocator.h"
|
||||
#include "test_macros.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "MoveOnly.h"
|
||||
#include "min_allocator.h"
|
||||
#include "test_macros.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue