]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_names.cpp
Fix /who on opers incorrectly showing +i opers to
[user/henk/code/inspircd.git] / src / commands / cmd_names.cpp
index f34afb361dfd5da334b451dc456da993022e75cd..0c06b636ffb90059463082c421d217e1974bc53d 100644 (file)
 
 #include "inspircd.h"
 
-#ifndef CMD_NAMES_H
-#define CMD_NAMES_H
-
-// include the common header files
-
-#include "users.h"
-#include "channels.h"
-
 /** Handle /NAMES. 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
@@ -48,9 +40,6 @@ class CommandNames : public Command
        CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
-#endif
-
-
 /** Handle /NAMES
  */
 CmdResult CommandNames::Handle (const std::vector<std::string>& parameters, User *user)