diff options
author | Benjamin Segovia <segovia.benjamin@gmail.com> | 2012-03-29 17:26:36 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:15:54 -0700 |
commit | 0ae66a4b425602d1a1a1c04687e0b7c8deae3577 (patch) | |
tree | 68aa89b643b5e61ab35ca19102b5c91a4029748c /src/cl_driver.cpp | |
parent | 1ad90f609ff8dbb965a8085d1d329fb4516f2500 (diff) |
Removed all direct dependencies to the intel driver (ie files contained in intel/) and replaced them by dependencies to the call backs. This should allow an easier integration with the performance simulator
Diffstat (limited to 'src/cl_driver.cpp')
-rw-r--r-- | src/cl_driver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cl_driver.cpp b/src/cl_driver.cpp index 87e1f2ec..df265180 100644 --- a/src/cl_driver.cpp +++ b/src/cl_driver.cpp @@ -18,8 +18,8 @@ */ extern "C" { -#include "sim/sim_buffer.h" -#include "intel/intel_buffer.h" +#include "sim/sim_driver.h" +#include "intel/intel_driver.h" #include "cl_utils.h" #include <stdlib.h> #include <string.h> |