summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/content_sao.h b/src/content_sao.h
index a986acab0..39822bb62 100644
--- a/src/content_sao.h
+++ b/src/content_sao.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 CONTENT_SAO_HEADER
-#define CONTENT_SAO_HEADER
+#pragma once
#include <util/numeric.h>
#include "serverobject.h"
@@ -412,5 +411,3 @@ public:
bool m_physics_override_new_move = true;
bool m_physics_override_sent = false;
};
-
-#endif