diff options
| author | 2006-04-20 18:55:46 +0000 | |
|---|---|---|
| committer | 2006-04-20 18:55:46 +0000 | |
| commit | 24ac504f4b6dbcca3cb3ab91d3cbb40cc7a9ff33 (patch) | |
| tree | 7cc8342dd6c976ad642ae59816ebcab321bc4c14 /src/cmd_nick.cpp | |
| parent | Changed first of files to match new location of headers (diff) | |
Move to new include path
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3898 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_nick.cpp')
| -rw-r--r-- | src/cmd_nick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_nick.cpp b/src/cmd_nick.cpp index 16b3d2b94..432c2e814 100644 --- a/src/cmd_nick.cpp +++ b/src/cmd_nick.cpp @@ -27,7 +27,7 @@ #include "dns.h" #include "helperfuncs.h" #include "hashcomp.h" -#include "cmd_nick.h" +#include "commands/cmd_nick.h" extern ServerConfig* Config; extern int MODCOUNT; |
