]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_lusers.cpp
Merge pull request #239 from alyx/insp20
[user/henk/code/inspircd.git] / src / commands / cmd_lusers.cpp
index a3892dbcefb5c5bdbdee8b9757f49a130ebc690b..e9e36b3d1576583e2dc4c3972817a297f0f82755 100644 (file)
 
 #include "inspircd.h"
 
-#ifndef CMD_LUSERS_H
-#define CMD_LUSERS_H
-
-// include the common header files
-
-#include "users.h"
-#include "channels.h"
-
 /** Handle /LUSERS. These command handlers can be reloaded by the core,
  * and handle basic RFC1459 commands. Commands within modules work
  * the same way, however, they can be fully unloaded, where these
@@ -51,9 +43,6 @@ class CommandLusers : public Command
        CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
-#endif
-
-
 /** Handle /LUSERS
  */
 CmdResult CommandLusers::Handle (const std::vector<std::string>&, User *user)