summaryrefslogtreecommitdiff
path: root/src/nodetimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodetimer.h')
-rw-r--r--src/nodetimer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nodetimer.h b/src/nodetimer.h
index e6a8d7608..36eabafda 100644
--- a/src/nodetimer.h
+++ b/src/nodetimer.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 NODETIMER_HEADER
-#define NODETIMER_HEADER
+#pragma once
#include "irr_v3d.h"
#include <iostream>
@@ -131,6 +130,3 @@ private:
double m_next_trigger_time = -1.0;
double m_time = 0.0;
};
-
-#endif
-