소스 검색

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

Mathieu Lirzin 10 년 전
부모
커밋
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>