From 416206cd8131110054115561f5226636742ebf5f Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 13 May 2011 08:38:46 +0000 Subject: [PATCH] optimize includes git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2230 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/src/memory/moGPUDesallocator.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/branches/ParadisEO-GPU/src/memory/moGPUDesallocator.h b/branches/ParadisEO-GPU/src/memory/moGPUDesallocator.h index e64aef981..217105c19 100644 --- a/branches/ParadisEO-GPU/src/memory/moGPUDesallocator.h +++ b/branches/ParadisEO-GPU/src/memory/moGPUDesallocator.h @@ -35,9 +35,6 @@ #ifndef __moGPUDesallocator_H_ #define __moGPUDesallocator_H_ -// CUDA includes -#include - /** * class for Desallocation of data from GPU global memory */