summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 5c52a9c0e..9965897ac 100644
--- a/src/localplayer.h
+++ b/src/localplayer.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 LOCALPLAYER_HEADER
-#define LOCALPLAYER_HEADER
+#pragma once
#include "player.h"
#include "environment.h"
@@ -183,5 +182,3 @@ private:
GenericCAO *m_cao = nullptr;
Client *m_client;
};
-
-#endif