]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_restart.h
Annotations
[user/henk/code/inspircd.git] / include / commands / cmd_restart.h
index 9ced78607182b02d8c78ad2bdf819bf23df09278..627e75c99a817ee7771efda4a59ba6ec0ab70f56 100644 (file)
 
 // include the common header files
 
-#include <typeinfo>
-#include <iostream>
 #include <string>
 #include <deque>
-#include <sstream>
 #include <vector>
 #include "users.h"
 #include "channels.h"
 
+/** Handle /RESTART
+ */
 class cmd_restart : public command_t
 {
  public: