summaryrefslogtreecommitdiff
path: root/src/clientenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientenvironment.h')
-rw-r--r--src/clientenvironment.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/clientenvironment.h b/src/clientenvironment.h
index d384bf78c..be8130828 100644
--- a/src/clientenvironment.h
+++ b/src/clientenvironment.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 CLIENT_ENVIRONMENT_HEADER
-#define CLIENT_ENVIRONMENT_HEADER
+#pragma once
#include <ISceneManager.h>
#include "environment.h"
@@ -158,5 +157,3 @@ private:
std::list<std::string> m_player_names;
v3s16 m_camera_offset;
};
-
-#endif