summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/serverobject.h b/src/serverobject.h
index 8acbd6a19..140ff9f4a 100644
--- a/src/serverobject.h
+++ b/src/serverobject.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 SERVEROBJECT_HEADER
-#define SERVEROBJECT_HEADER
+#pragma once
#include <unordered_set>
#include "irrlichttypes_bloated.h"
@@ -258,6 +257,3 @@ private:
// Used for creating objects based on type
static std::map<u16, Factory> m_types;
};
-
-#endif
-