diff options
Diffstat (limited to 'include/oper.h')
-rw-r--r-- | include/oper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oper.h b/include/oper.h index 1a82a8530..ced1d38dc 100644 --- a/include/oper.h +++ b/include/oper.h @@ -9,7 +9,8 @@ #ifndef OPER_H #define OPER_H -class XLineManager; +#include "serialize.h" +#include "service.h" class CoreExport XLine : public Serializable { @@ -29,7 +30,6 @@ class CoreExport XLine : public Serializable Anope::string GetNick() const; Anope::string GetUser() const; Anope::string GetHost() const; - sockaddrs GetIP() const; Anope::string serialize_name() const; serialized_data serialize(); |