X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fdynamic.h;h=905eb479e9ed02efe5eabb21f5458ea44b21d30d;hb=9aadc251e9910998fbbe5438b461958a261eae1d;hp=bbe89dc7ee94c04de5b386fa2531217664bfe068;hpb=45fc75457b56bb14ad0f7b99909b96404df69c8c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/dynamic.h b/include/dynamic.h index bbe89dc7e..905eb479e 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -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. @@ -63,6 +62,3 @@ class CoreExport DLLManager : public classbase /** Get detailed version information from the module file */ std::string GetVersion(); }; - -#endif -