diff options
Diffstat (limited to 'Tests/CudaOnly/SeparateCompilation')
-rw-r--r-- | Tests/CudaOnly/SeparateCompilation/file4.cu | 3 | ||||
-rw-r--r-- | Tests/CudaOnly/SeparateCompilation/file5.cu | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Tests/CudaOnly/SeparateCompilation/file4.cu b/Tests/CudaOnly/SeparateCompilation/file4.cu index cc24a46..f2ef8e7 100644 --- a/Tests/CudaOnly/SeparateCompilation/file4.cu +++ b/Tests/CudaOnly/SeparateCompilation/file4.cu @@ -1,6 +1,3 @@ - -#include <iostream> - #include "file1.h" #include "file2.h" diff --git a/Tests/CudaOnly/SeparateCompilation/file5.cu b/Tests/CudaOnly/SeparateCompilation/file5.cu index 38cbeb2..9b2c92a 100644 --- a/Tests/CudaOnly/SeparateCompilation/file5.cu +++ b/Tests/CudaOnly/SeparateCompilation/file5.cu @@ -1,6 +1,3 @@ - -#include <iostream> - #include "file1.h" #include "file2.h" |