summaryrefslogtreecommitdiff
path: root/tests/opencl
diff options
context:
space:
mode:
authorVictor Oliveira <victormatheus@gmail.com>2012-01-23 13:00:47 -0200
committerØyvind Kolås <pippin@gimp.org>2012-03-20 13:08:55 +0000
commit932c4f224d30cd1f925920bfedad719e16e3cc3d (patch)
tree49a009a40a84404bc76b371544db89ccdc8885cf /tests/opencl
parent8e77631ade779d6cfef7c672b128444ae3162153 (diff)
removing gegl-cl-texture and gegl-cl-texture manager
they weren't needed after all, just used cl_mem directly.
Diffstat (limited to 'tests/opencl')
-rw-r--r--tests/opencl/test-cl-brightness-contrast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/opencl/test-cl-brightness-contrast.c b/tests/opencl/test-cl-brightness-contrast.c
index 9e6aa3fa..a5cf18a4 100644
--- a/tests/opencl/test-cl-brightness-contrast.c
+++ b/tests/opencl/test-cl-brightness-contrast.c
@@ -24,8 +24,7 @@
#include "gegl.h"
#include "gegl-types.h"
#include "gegl-utils.h"
-#include "gegl-cl-init.h"
-#include "gegl-cl-texture.h"
+#include "gegl-cl.h"
#define SUCCESS 0
#define FAILURE (-1)