summaryrefslogtreecommitdiff
path: root/src/rollback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rollback.h')
-rw-r--r--src/rollback.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rollback.h b/src/rollback.h
index e0b3c7c55..1d9949d15 100644
--- a/src/rollback.h
+++ b/src/rollback.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 ROLLBACK_HEADER
-#define ROLLBACK_HEADER
+#pragma once
#include <string>
#include "irr_v3d.h"
@@ -103,5 +102,3 @@ private:
std::vector<Entity> knownActors;
std::vector<Entity> knownNodes;
};
-
-#endif