diff options
author | Francisco Jerez <[email protected]> | 2013-09-15 15:29:34 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2013-10-21 10:47:02 -0700 |
commit | 099d281b38fae791300984964fab1124b0eb14d2 (patch) | |
tree | 3468dfd25cc08031562eae18949b4a0c6f2a5dc8 /src/gallium/state_trackers/clover/api | |
parent | 8e14b82fd2c561cac3e0d5f84d5f67815ad53867 (diff) |
clover: Name include guards consistently.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/clover/api/util.hpp b/src/gallium/state_trackers/clover/api/util.hpp index 5765587ffac..f4febb3c529 100644 --- a/src/gallium/state_trackers/clover/api/util.hpp +++ b/src/gallium/state_trackers/clover/api/util.hpp @@ -20,8 +20,8 @@ // OTHER DEALINGS IN THE SOFTWARE. // -#ifndef _CL_UTIL_HPP_ -#define _CL_UTIL_HPP_ +#ifndef CLOVER_API_UTIL_HPP +#define CLOVER_API_UTIL_HPP #include <cstdint> #include <cstring> |