forked from OSchip/llvm-project
Remove unnecessary unistd.h header from tests.
llvm-svn: 269987
This commit is contained in:
parent
314444b4cd
commit
aa7d2d781b
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
#include <stdio.h>
|
||||
#include <omp.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include "omp_testsuite.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
* 0 0 0 0 0 5
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include "omp_testsuite.h"
|
||||
#include "omp_my_sleep.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %libomp-compile-and-run
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include "omp_testsuite.h"
|
||||
#include "omp_my_sleep.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %libomp-compile-and-run
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include "omp_testsuite.h"
|
||||
#include "omp_my_sleep.h"
|
||||
|
|
Loading…
Reference in New Issue