aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common_funcs.h')
-rw-r--r--src/common/common_funcs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index dca4dc47..c18afe11 100644
--- a/src/common/common_funcs.h
+++ b/src/common/common_funcs.h
@@ -2,8 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#ifndef _COMMONFUNCS_H_
-#define _COMMONFUNCS_H_
+#pragma once
#ifdef _WIN32
#define SLEEP(x) Sleep(x)
@@ -233,5 +232,3 @@ inline T FromBigEndian(T data)
}
} // Namespace Common
-
-#endif // _COMMONFUNCS_H_