diff options
author | Francisco Jerez <[email protected]> | 2013-10-06 13:51:01 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2013-10-21 10:47:02 -0700 |
commit | bff60c894a290260ab3dd2086445b44622a2800e (patch) | |
tree | b0f8559fcac8acc38f98313d3de77019ea0359af /src/gallium/state_trackers/clover/api | |
parent | d8b499428183178885bb182c898ee6f52e92ef03 (diff) |
clover: Define helper classes for the new object model.
Tested-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/clover/api')
-rw-r--r-- | src/gallium/state_trackers/clover/api/util.hpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gallium/state_trackers/clover/api/util.hpp b/src/gallium/state_trackers/clover/api/util.hpp index e94b4b26a34..c8f786e96a2 100644 --- a/src/gallium/state_trackers/clover/api/util.hpp +++ b/src/gallium/state_trackers/clover/api/util.hpp @@ -23,15 +23,11 @@ #ifndef CLOVER_API_UTIL_HPP #define CLOVER_API_UTIL_HPP -#include <cstdint> -#include <cstring> -#include <algorithm> -#include <map> +#include <cassert> -#include "core/base.hpp" +#include "core/error.hpp" #include "core/property.hpp" #include "util/algorithm.hpp" -#include "pipe/p_compiler.h" namespace clover { /// |