aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/backends/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/backends/Utils.h')
-rw-r--r--arm_compute/graph/backends/Utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/graph/backends/Utils.h b/arm_compute/graph/backends/Utils.h
index 2ca97ff5c5..4893340b4c 100644
--- a/arm_compute/graph/backends/Utils.h
+++ b/arm_compute/graph/backends/Utils.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_GRAPH_BACKENDS_UTILS_H__
-#define __ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H__
+#ifndef ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H
+#define ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H
#include "arm_compute/graph/GraphContext.h"
#include "arm_compute/runtime/IMemoryManager.h"
@@ -108,4 +108,4 @@ inline std::shared_ptr<IWeightsManager> get_weights_manager(GraphContext &ctx, T
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H__ */
+#endif /* ARM_COMPUTE_GRAPH_BACKENDS_UTILS_H */