Просмотр исходного кода

src/drivers/cuda/driver_cuda.h: Delete useless headers.

Mathieu Lirzin лет назад: 10
Родитель
Сommit
b911350051
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/drivers/cuda/driver_cuda.h

+ 0 - 4
src/drivers/cuda/driver_cuda.h

@@ -18,10 +18,6 @@
 #ifndef __DRIVER_CUDA_H__
 #define __DRIVER_CUDA_H__
 
-#include <assert.h>
-#include <math.h>
-#include <stdio.h>
-
 #ifdef STARPU_USE_CUDA
 #include <cuda.h>
 #include <cuda_runtime_api.h>