]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dynamic.h
Merge pull request #1041 from SaberUK/master+ipv6-nameserver
[user/henk/code/inspircd.git] / include / dynamic.h
index 5e66ddbb0493938a440eb42afcabf1f3c0447833..d42cf61bf965855dbbb8231e374543f1b5b04ada 100644 (file)
@@ -20,8 +20,7 @@
  */
 
 
-#ifndef DLL_H
-#define DLL_H
+#pragma once
 
 /** The DLLManager class is able to load a module file by filename,
  * and locate its init_module symbol.
@@ -65,6 +64,3 @@ class CoreExport DLLManager : public classbase
        /** Get detailed version information from the module file */
        std::string GetVersion();
 };
-
-#endif
-