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_connect.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_connect.cpp')
| -rw-r--r-- | src/cmd_connect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
