aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/ILifetimeManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/ILifetimeManager.h')
-rw-r--r--arm_compute/runtime/ILifetimeManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/ILifetimeManager.h b/arm_compute/runtime/ILifetimeManager.h
index 261882bbea..0ff028f03f 100644
--- a/arm_compute/runtime/ILifetimeManager.h
+++ b/arm_compute/runtime/ILifetimeManager.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_ILIFETIMEMANAGER_H__
-#define __ARM_COMPUTE_ILIFETIMEMANAGER_H__
+#ifndef ARM_COMPUTE_ILIFETIMEMANAGER_H
+#define ARM_COMPUTE_ILIFETIMEMANAGER_H
#include "arm_compute/runtime/IMemoryPool.h"
#include "arm_compute/runtime/Types.h"
@@ -87,4 +87,4 @@ public:
virtual MappingType mapping_type() const = 0;
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_ILIFETIMEMANAGER_H__ */
+#endif /* ARM_COMPUTE_ILIFETIMEMANAGER_H */