summaryrefslogtreecommitdiff
path: root/common/os_dl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/os_dl.hpp')
-rw-r--r--common/os_dl.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/os_dl.hpp b/common/os_dl.hpp
index da51d414..bf79d507 100644
--- a/common/os_dl.hpp
+++ b/common/os_dl.hpp
@@ -27,8 +27,7 @@
* Dynamic library linking abstraction.
*/
-#ifndef _OS_DL_HPP_
-#define _OS_DL_HPP_
+#pragma once
#if defined(_WIN32)
@@ -86,4 +85,3 @@ namespace os {
} /* namespace os */
-#endif /* _OS_DL_HPP_ */