summaryrefslogtreecommitdiff
path: root/src/util/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/thread.h')
-rw-r--r--src/util/thread.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/util/thread.h b/src/util/thread.h
index 201d09a08..fbd04c08e 100644
--- a/src/util/thread.h
+++ b/src/util/thread.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 UTIL_THREAD_HEADER
-#define UTIL_THREAD_HEADER
+#pragma once
#include "../irrlichttypes.h"
#include "../threading/thread.h"
@@ -228,6 +227,3 @@ protected:
private:
Semaphore m_update_sem;
};
-
-#endif
-