aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h')
-rw-r--r--arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h b/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
index 92e6bee4ef..0f6daf786b 100644
--- a/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
+++ b/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GCKERNELLIBRARY_H__
-#define __ARM_COMPUTE_GCKERNELLIBRARY_H__
+#ifndef ARM_COMPUTE_GCKERNELLIBRARY_H
+#define ARM_COMPUTE_GCKERNELLIBRARY_H
#include "arm_compute/core/GLES_COMPUTE/OpenGLES.h"
#include "arm_compute/core/Utils.h"
@@ -268,4 +268,4 @@ private:
Used for compile-time shader inclusion. */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GCKERNELLIBRARY_H__ */
+#endif /* ARM_COMPUTE_GCKERNELLIBRARY_H */