diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 18:55:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 18:55:46 +0000 |
commit | 24ac504f4b6dbcca3cb3ab91d3cbb40cc7a9ff33 (patch) | |
tree | 7cc8342dd6c976ad642ae59816ebcab321bc4c14 /src/cmd_modules.cpp | |
parent | 088ec6caed6ff877169fcbd9914b8653374f6829 (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_modules.cpp')
-rw-r--r-- | src/cmd_modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_modules.cpp b/src/cmd_modules.cpp index e4e208f7d..60ba1fa25 100644 --- a/src/cmd_modules.cpp +++ b/src/cmd_modules.cpp @@ -29,7 +29,7 @@ #include "commands.h" #include "helperfuncs.h" #include "wildcard.h" -#include "cmd_modules.h" +#include "commands/cmd_modules.h" extern ServerConfig* Config; extern int MODCOUNT; |