author | Ajay Jayaraj <ajayj@ti.com> | |
Thu, 6 Dec 2018 17:00:35 +0000 (11:00 -0600) | ||
committer | Ajay Jayaraj <ajayj@ti.com> | |
Thu, 6 Dec 2018 17:00:35 +0000 (11:00 -0600) | ||
commit | dbd60895445d61a8ba23a01c40b884f41b44bb80 | |
tree | c248bcde28e41a6cce28668d074a38832b823020 | tree | snapshot (tar.xz tar.gz zip) |
parent | 03978a83b03d8881261222344d1a08e0f4e2bd06 | commit | diff |
tidl-viewer: Remove executor.h inclusion in utils.cpp
One of the files in the tidl-viewer build, utils.cpp, was updated to include
executor.h. This header in turn includes a file from OpenCL, custom.h.
The yocto build of tidl-viewer is a native recipe and hence cannot
include opencl recipes as a dependency to obtain custom.h.
This commit updates utils.cpp to remove the include of executor.h and
custom.h.
(MCT-1100)
One of the files in the tidl-viewer build, utils.cpp, was updated to include
executor.h. This header in turn includes a file from OpenCL, custom.h.
The yocto build of tidl-viewer is a native recipe and hence cannot
include opencl recipes as a dependency to obtain custom.h.
This commit updates utils.cpp to remove the include of executor.h and
custom.h.
(MCT-1100)
docs/source/changelog.rst | diff | blob | history | |
tidl_api/make.buildid | diff | blob | history | |
tidl_api/src/util.cpp | diff | blob | history |