summaryrefslogtreecommitdiff
path: root/src/rollback_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rollback_interface.h')
-rw-r--r--src/rollback_interface.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rollback_interface.h b/src/rollback_interface.h
index a5f0c34fc..4b0ad0164 100644
--- a/src/rollback_interface.h
+++ b/src/rollback_interface.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_INTERFACE_HEADER
-#define ROLLBACK_INTERFACE_HEADER
+#pragma once
#include "irr_v3d.h"
#include <string>
@@ -159,5 +158,3 @@ private:
std::string old_actor;
bool old_actor_guess;
};
-
-#endif