diff options
Diffstat (limited to 'include/lists.h')
-rw-r--r-- | include/lists.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/lists.h b/include/lists.h index cbde1494f..8410fa890 100644 --- a/include/lists.h +++ b/include/lists.h @@ -9,8 +9,7 @@ * Based on the original code of Services by Andy Church. */ -#ifndef LISTS_H -#define LISTS_H +#pragma once #include "services.h" #include "anope.h" @@ -90,5 +89,3 @@ class CoreExport InfoFormatter Anope::string &operator[](const Anope::string &key); void AddOption(const Anope::string &opt); }; - -#endif // LISTS_H |