diff options
| author | 2006-04-20 18:48:52 +0000 | |
|---|---|---|
| committer | 2006-04-20 18:48:52 +0000 | |
| commit | 088ec6caed6ff877169fcbd9914b8653374f6829 (patch) | |
| tree | 9e638df68a8dbeac0f0cd1ab5cdecdcad603c5fe /src/cmd_kick.cpp | |
| parent | Movement of cmd_* headers into include/commands (this is incomplete) (diff) | |
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
Diffstat (limited to 'src/cmd_kick.cpp')
| -rw-r--r-- | src/cmd_kick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
