X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_rpc_json.cpp;h=32f7c2ead1085ec143b234638f513d075e798939;hb=f1712e6f0b58098250791ffc60815fa3fc462607;hp=861aa86b0b2ecbbfa268e4a24ac82685f1f2a4d3;hpb=d185decae97752368d5cf62311cbc0d1a52aa22c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_rpc_json.cpp b/src/modules/m_rpc_json.cpp index 861aa86b0..32f7c2ead 100644 --- a/src/modules/m_rpc_json.cpp +++ b/src/modules/m_rpc_json.cpp @@ -12,9 +12,6 @@ */ #include "inspircd.h" -#include "users.h" -#include "channels.h" -#include "modules.h" #include "httpd.h" #include "rpc.h" #include @@ -59,7 +56,7 @@ class ModuleRpcJson : public Module virtual Version GetVersion() { - return Version(1, 2, 0, 0, VF_SERVICEPROVIDER | VF_VENDOR, API_VERSION); + return Version("$Id$", VF_SERVICEPROVIDER | VF_VENDOR, API_VERSION); }