summaryrefslogtreecommitdiff
path: root/get_global_id_2d.c
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-16 12:36:32 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-03-16 12:36:32 -0400
commit2327d7372e8583f3349a50a78811d77b41c0037c (patch)
tree6ed7db2255a19f8eb5e8720ec9efa2f9331d9989 /get_global_id_2d.c
parent28852a587dc40a54ce32a63ec1a134e4ca4a57b8 (diff)
Rename util.* to cl_util.*
Diffstat (limited to 'get_global_id_2d.c')
-rw-r--r--get_global_id_2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_global_id_2d.c b/get_global_id_2d.c
index 50b7db2..04aa309 100644
--- a/get_global_id_2d.c
+++ b/get_global_id_2d.c
@@ -5,7 +5,7 @@
#include <CL/cl.h>
#include "cl_simple.h"
-#include "util.h"
+#include "cl_util.h"
#define GLOBAL_DIM_X 10
#define GLOBAL_DIM_Y 10