diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 20:43:17 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-07 20:43:17 +0000 |
commit | 111b7e8e1051c643d3ca05ab6b86dcd99604fa7f (patch) | |
tree | a3c12711383966757752d84ddd58e9309e680b6f /libadhocutil/plugins.h | |
parent | Remove all pre-C++20 compile time formatter support (diff) | |
download | libadhocutil-111b7e8e1051c643d3ca05ab6b86dcd99604fa7f.tar.bz2 libadhocutil-111b7e8e1051c643d3ca05ab6b86dcd99604fa7f.tar.xz libadhocutil-111b7e8e1051c643d3ca05ab6b86dcd99604fa7f.zip |
Tidy up lots of defines mostly with pragma once
Diffstat (limited to 'libadhocutil/plugins.h')
-rw-r--r-- | libadhocutil/plugins.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libadhocutil/plugins.h b/libadhocutil/plugins.h index c0f9cf2..4f2ff84 100644 --- a/libadhocutil/plugins.h +++ b/libadhocutil/plugins.h @@ -1,5 +1,4 @@ -#ifndef ADHOCUTIL_PLUGINS_H -#define ADHOCUTIL_PLUGINS_H +#pragma once #include "c++11Helpers.h" #include "unique.h" @@ -240,5 +239,3 @@ namespace AdHoc { } \ } #define PLUGIN(Implementation, Base) NAMEDPLUGIN(#Implementation, Implementation, Base) - -#endif |