From 82bad4bd6cb9f285ad541ccc0b91f16784f73c6b Mon Sep 17 00:00:00 2001 From: Monique Dewanchand Date: Wed, 20 Jun 2012 20:05:21 +0000 Subject: Refactoring of tiles opencl implementation: - Moved methods from NodeOperation to OpenCLDevice - Added check on Nvidia for local size --- source/blender/compositor/intern/COM_Device.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/compositor/intern/COM_Device.h') diff --git a/source/blender/compositor/intern/COM_Device.h b/source/blender/compositor/intern/COM_Device.h index 08fdb5bb578..2a86382a191 100644 --- a/source/blender/compositor/intern/COM_Device.h +++ b/source/blender/compositor/intern/COM_Device.h @@ -23,11 +23,7 @@ #ifndef _COM_Device_h #define _COM_Device_h -#include "COM_ExecutionSystem.h" #include "COM_WorkPackage.h" -#include "COM_NodeOperation.h" -#include "BLI_rect.h" -#include "COM_MemoryBuffer.h" /** * @brief Abstract class for device implementations to be used by the Compositor. -- cgit v1.2.3