diff options
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/opertype.h b/include/opertype.h index 9e46dda5b..dab26c7f6 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -6,8 +6,7 @@ * Please read COPYING and README for further details. */ -#ifndef OPERTYPE_H -#define OPERTYPE_H +#pragma once #include "services.h" #include "account.h" @@ -123,5 +122,3 @@ class CoreExport OperType */ const std::list<Anope::string> GetPrivs() const; }; - -#endif // OPERTYPE_H |