]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_mode.cpp
Merge pull request #35 from pcarrier/insp20ldap
[user/henk/code/inspircd.git] / src / commands / cmd_mode.cpp
index 3cfc58263b72da251d3d60a64153cf0e8ebf36ad..88c09c889e795210cbd25316b53beb42afb7052e 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
 
 #include "inspircd.h"
 
-#ifndef __CMD_ADMIN_H__
-#define __CMD_ADMIN_H__
-
-#include "users.h"
-#include "channels.h"
-#include "ctables.h"
-
 /** Handle /MODE. 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
@@ -40,8 +33,6 @@ class CommandMode : public Command
        CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
-#endif
-
 
 /** Handle /MODE
  */