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_info.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_info.cpp')
| -rw-r--r-- | src/cmd_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index 1f3e3182f..66e02e0ed 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -19,7 +19,7 @@ #include "modules.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_info.h" +#include "commands/cmd_info.h" extern ServerConfig* Config; extern int MODCOUNT; |
