summaryrefslogtreecommitdiff
path: root/src/cmd_users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_users.cpp')
-rw-r--r--src/cmd_users.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cmd_users.cpp b/src/cmd_users.cpp
index bcac49731..2b2030491 100644
--- a/src/cmd_users.cpp
+++ b/src/cmd_users.cpp
@@ -14,26 +14,12 @@
* ---------------------------------------------------
*/
-using namespace std;
-
-#include "inspircd_config.h"
-#include "inspircd.h"
-#include "inspircd_io.h"
-#include <time.h>
-#include <string>
#include "users.h"
-#include "ctables.h"
-#include "globals.h"
-#include "message.h"
#include "commands.h"
#include "helperfuncs.h"
-#include "hashcomp.h"
-#include "typedefs.h"
#include "cmd_users.h"
void cmd_users::Handle (char **parameters, int pcnt, userrec *user)
{
WriteServ(user->fd,"445 %s :USERS has been disabled (depreciated command)",user->nick);
}
-
-