aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCFunctions.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCFunctions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h b/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
index 67275303c9..4c0d91c2c9 100644
--- a/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
+++ b/arm_compute/runtime/GLES_COMPUTE/GCFunctions.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_GCFUNCTIONS_H__
-#define __ARM_COMPUTE_GCFUNCTIONS_H__
+#ifndef ARM_COMPUTE_GCFUNCTIONS_H
+#define ARM_COMPUTE_GCFUNCTIONS_H
/* Header regrouping all the GLES compute functions */
#include "arm_compute/runtime/GLES_COMPUTE/functions/GCAbsoluteDifference.h"
@@ -48,4 +48,4 @@
#include "arm_compute/runtime/GLES_COMPUTE/functions/GCTensorShift.h"
#include "arm_compute/runtime/GLES_COMPUTE/functions/GCTranspose.h"
-#endif /* __ARM_COMPUTE_GCFUNCTIONS_H__ */
+#endif /* ARM_COMPUTE_GCFUNCTIONS_H */