aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h b/arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h
index 74b875fcc0..311b3e273b 100644
--- a/arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h
+++ b/arm_compute/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GCCONVOLUTIONLAYER_H__
-#define __ARM_COMPUTE_GCCONVOLUTIONLAYER_H__
+#ifndef ARM_COMPUTE_GCCONVOLUTIONLAYER_H
+#define ARM_COMPUTE_GCCONVOLUTIONLAYER_H
#include "arm_compute/core/GLES_COMPUTE/kernels/GCCol2ImKernel.h"
#include "arm_compute/core/GLES_COMPUTE/kernels/GCFillBorderKernel.h"
@@ -152,4 +152,4 @@ private:
};
}
-#endif /* __ARM_COMPUTE_GCCONVOLUTIONLAYER_H__ */
+#endif /* ARM_COMPUTE_GCCONVOLUTIONLAYER_H */