diff options
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/modes.h b/include/modes.h index af66a877c..9ea82142f 100644 --- a/include/modes.h +++ b/include/modes.h @@ -6,8 +6,7 @@ * Please read COPYING and README for further details. */ -#ifndef MODES_H -#define MODES_H +#pragma once #include "anope.h" #include "base.h" @@ -418,5 +417,3 @@ class CoreExport Entry */ bool Matches(User *u, bool full = false) const; }; - -#endif // MODES_H |