diff options
Diffstat (limited to 'include/extensible.h')
-rw-r--r-- | include/extensible.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/extensible.h b/include/extensible.h index bb7f38448..40c71e3e2 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -6,8 +6,7 @@ * Please read COPYING and README for further details. */ -#ifndef EXTENSIBLE_H -#define EXTENSIBLE_H +#pragma once #include "anope.h" #include "serialize.h" @@ -259,5 +258,3 @@ void Extensible::Shrink(const Anope::string &name) else Log(LOG_DEBUG) << "Shrink for nonexistent type " << name << " on " << static_cast<void *>(this); } - -#endif // EXTENSIBLE_H |