]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rpctest.cpp
Note where to find the docs.
[user/henk/code/inspircd.git] / src / modules / m_rpctest.cpp
index 0ff938041938bf141423f32459a1b352b3fd0e79..3c76d475119cbe922e58d3e3166c3e104efb3115 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 #include "rpc.h"
 
 /* $ModDesc: A test of the RPC API */
@@ -37,7 +34,7 @@ class ModuleRPCTest : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_VENDOR, API_VERSION);
        }