diff options
Diffstat (limited to 'include/regexpr.h')
-rw-r--r-- | include/regexpr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/regexpr.h b/include/regexpr.h index 20ed28098..b82ba89b6 100644 --- a/include/regexpr.h +++ b/include/regexpr.h @@ -9,8 +9,7 @@ * Based on the original code of Services by Andy Church. */ -#ifndef REGEXPR_H -#define REGEXPR_H +#pragma once #include "services.h" #include "anope.h" @@ -41,5 +40,3 @@ class CoreExport RegexProvider : public Service RegexProvider(Module *o, const Anope::string &n) : Service(o, "Regex", n) { } virtual Regex *Compile(const Anope::string &) = 0; }; - -#endif // REGEXPR_H |