aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h b/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
index 353e9ec0c5..bc465a8b99 100644
--- a/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.h
+++ b/arm_compute/runtime/GLES_COMPUTE/GCRuntimeContext.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_GCRUNTIME_CONTEXT_H__
-#define __ARM_COMPUTE_GCRUNTIME_CONTEXT_H__
+#ifndef ARM_COMPUTE_GCRUNTIME_CONTEXT_H
+#define ARM_COMPUTE_GCRUNTIME_CONTEXT_H
#include "arm_compute/core/GLES_COMPUTE/GCCoreRuntimeContext.h"
#include "arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h"
@@ -64,4 +64,4 @@ private:
GCCoreRuntimeContext _core_context{};
};
} // namespace arm_compute
-#endif /*__ARM_COMPUTE_GCRUNTIME_CONTEXT_H__ */
+#endif /*ARM_COMPUTE_GCRUNTIME_CONTEXT_H */