summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/environment.h b/src/environment.h
index 6c45592dc..2b7cbc2dd 100644
--- a/src/environment.h
+++ b/src/environment.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 ENVIRONMENT_HEADER
-#define ENVIRONMENT_HEADER
+#pragma once
/*
This class is the game's environment.
@@ -144,5 +143,3 @@ protected:
private:
std::mutex m_time_lock;
};
-
-#endif