From: brain Date: Thu, 20 Apr 2006 18:48:52 +0000 (+0000) Subject: Changed first of files to match new location of headers X-Git-Tag: v2.0.23~8228 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=088ec6caed6ff877169fcbd9914b8653374f6829;p=user%2Fhenk%2Fcode%2Finspircd.git Changed first of files to match new location of headers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3897 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/cmd_away.cpp b/src/cmd_away.cpp index 732cf9d91..f882904c2 100644 --- a/src/cmd_away.cpp +++ b/src/cmd_away.cpp @@ -21,7 +21,7 @@ #include "modules.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_away.h" +#include "commands/cmd_away.h" extern ServerConfig* Config; extern InspIRCd* ServerInstance; diff --git a/src/cmd_commands.cpp b/src/cmd_commands.cpp index 5fd976734..57f142207 100644 --- a/src/cmd_commands.cpp +++ b/src/cmd_commands.cpp @@ -18,7 +18,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_commands.h" +#include "commands/cmd_commands.h" extern InspIRCd* ServerInstance; diff --git a/src/cmd_connect.cpp b/src/cmd_connect.cpp index 501017c35..978478e3a 100644 --- a/src/cmd_connect.cpp +++ b/src/cmd_connect.cpp @@ -17,7 +17,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_connect.h" +#include "commands/cmd_connect.h" /* * This is handled by the server linking module, if necessary. Do not remove this stub. diff --git a/src/cmd_die.cpp b/src/cmd_die.cpp index a8d3f14e6..c5514c067 100644 --- a/src/cmd_die.cpp +++ b/src/cmd_die.cpp @@ -21,7 +21,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_die.h" +#include "commands/cmd_die.h" extern ServerConfig* Config; extern std::vector all_opers; diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp index e25f2b7fe..3a77c2b54 100644 --- a/src/cmd_eline.cpp +++ b/src/cmd_eline.cpp @@ -22,7 +22,7 @@ #include "commands.h" #include "xline.h" #include "helperfuncs.h" -#include "cmd_eline.h" +#include "commands/cmd_eline.h" extern int MODCOUNT; extern ServerConfig* Config; diff --git a/src/cmd_gline.cpp b/src/cmd_gline.cpp index 0d01c0875..57aa56032 100644 --- a/src/cmd_gline.cpp +++ b/src/cmd_gline.cpp @@ -22,7 +22,7 @@ #include "commands.h" #include "xline.h" #include "helperfuncs.h" -#include "cmd_eline.h" +#include "commands/cmd_eline.h" extern ServerConfig* Config; extern int MODCOUNT; diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index 1f3e3182f..66e02e0ed 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -19,7 +19,7 @@ #include "modules.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_info.h" +#include "commands/cmd_info.h" extern ServerConfig* Config; extern int MODCOUNT; diff --git a/src/cmd_invite.cpp b/src/cmd_invite.cpp index 8baeb30b0..0eaafe211 100644 --- a/src/cmd_invite.cpp +++ b/src/cmd_invite.cpp @@ -21,7 +21,7 @@ #include "commands.h" #include "helperfuncs.h" #include "message.h" -#include "cmd_invite.h" +#include "commands/cmd_invite.h" extern ServerConfig* Config; extern int MODCOUNT; diff --git a/src/cmd_ison.cpp b/src/cmd_ison.cpp index 540a14ea4..4c840c748 100644 --- a/src/cmd_ison.cpp +++ b/src/cmd_ison.cpp @@ -19,7 +19,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_ison.h" +#include "commands/cmd_ison.h" void cmd_ison::Handle (char **parameters, int pcnt, userrec *user) { diff --git a/src/cmd_join.cpp b/src/cmd_join.cpp index a71e4d81c..17b14fdff 100644 --- a/src/cmd_join.cpp +++ b/src/cmd_join.cpp @@ -18,7 +18,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_join.h" +#include "commands/cmd_join.h" extern InspIRCd* ServerInstance; diff --git a/src/cmd_kick.cpp b/src/cmd_kick.cpp index ac96956b1..29e0860e0 100644 --- a/src/cmd_kick.cpp +++ b/src/cmd_kick.cpp @@ -18,7 +18,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_kick.h" +#include "commands/cmd_kick.h" void cmd_kick::Handle (char **parameters, int pcnt, userrec *user) { diff --git a/src/cmd_kill.cpp b/src/cmd_kill.cpp index 44594a0e1..82bba06e3 100644 --- a/src/cmd_kill.cpp +++ b/src/cmd_kill.cpp @@ -22,7 +22,7 @@ #include "modules.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_kill.h" +#include "commands/cmd_kill.h" extern ServerConfig* Config; extern int MODCOUNT;