diff options
Diffstat (limited to 'src/ban.h')
-rw-r--r-- | src/ban.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef BAN_HEADER -#define BAN_HEADER +#pragma once #include "util/string.h" #include "threading/thread.h" @@ -48,5 +47,3 @@ private: StringMap m_ips; bool m_modified = false; }; - -#endif |