]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_user.cpp
This fixes a deletion error here, we were using new[] and not using delete[], but...
[user/henk/code/inspircd.git] / src / cmd_user.cpp
index 4e1584a818c3504ac5a48b44becd2333daacec93..42e70c1df4ca988e1a4113201acec65001ed0a63 100644 (file)
@@ -12,8 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "configreader.h"
-#include "users.h"
 #include "commands/cmd_user.h"
 
 extern "C" DllExport command_t* init_command(InspIRCd* Instance)