diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-03-16 12:36:32 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-03-16 12:36:32 -0400 |
commit | 2327d7372e8583f3349a50a78811d77b41c0037c (patch) | |
tree | 6ed7db2255a19f8eb5e8720ec9efa2f9331d9989 /get_global_id_2d.c | |
parent | 28852a587dc40a54ce32a63ec1a134e4ca4a57b8 (diff) |
Rename util.* to cl_util.*
Diffstat (limited to 'get_global_id_2d.c')
-rw-r--r-- | get_global_id_2d.c | 2 |
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 |