From 1b1129f82a9cf316b54fbc025f8cfcc1a74b8589 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 7 Aug 2020 10:18:01 +0200 Subject: Code Style: use "#pragma once" in intern/ghost More information can be found in D8466. --- intern/ghost/GHOST_ITimerTask.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'intern/ghost/GHOST_ITimerTask.h') diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h index 46f4fdbc303..0f4ac74c466 100644 --- a/intern/ghost/GHOST_ITimerTask.h +++ b/intern/ghost/GHOST_ITimerTask.h @@ -22,8 +22,7 @@ * Declaration of GHOST_ITimerTask interface class. */ -#ifndef __GHOST_ITIMERTASK_H__ -#define __GHOST_ITIMERTASK_H__ +#pragma once #include "GHOST_Types.h" @@ -76,5 +75,3 @@ class GHOST_ITimerTask { MEM_CXX_CLASS_ALLOC_FUNCS("GHOST:GHOST_ITimerTask") #endif }; - -#endif // __GHOST_ITIMERTASK_H__ -- cgit v1.2.3