diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 18:48:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 18:48:52 +0000 |
commit | 088ec6caed6ff877169fcbd9914b8653374f6829 (patch) | |
tree | 9e638df68a8dbeac0f0cd1ab5cdecdcad603c5fe /src/cmd_join.cpp | |
parent | 65923c4d397ce3655473b2d25db5acc90aa78075 (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_join.cpp')
-rw-r--r-- | src/cmd_join.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |