aboutsummaryrefslogtreecommitdiff
path: root/src/util/timetaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/timetaker.h')
-rw-r--r--src/util/timetaker.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/util/timetaker.h b/src/util/timetaker.h
index 34564ee4b..2988e8133 100644
--- a/src/util/timetaker.h
+++ b/src/util/timetaker.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef UTIL_TIMETAKER_HEADER
-#define UTIL_TIMETAKER_HEADER
+#pragma once
#include "../irrlichttypes.h"
#include "../gettime.h"
@@ -49,6 +48,3 @@ private:
TimePrecision m_precision;
u64 *m_result = nullptr;
};
-
-#endif
-