diff options
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/channels.h b/include/channels.h index 838dd15c0..5b7e7a52e 100644 --- a/include/channels.h +++ b/include/channels.h @@ -6,8 +6,7 @@ * Please read COPYING and README for further details. */ -#ifndef CHANNELS_H -#define CHANNELS_H +#pragma once #include "anope.h" #include "extensible.h" @@ -306,5 +305,3 @@ class CoreExport Channel : public Base, public Extensible static void DeleteChannels(); }; - -#endif // CHANNELS_H |