diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 18:46:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 18:46:25 +0000 |
commit | 65923c4d397ce3655473b2d25db5acc90aa78075 (patch) | |
tree | d490b8dba15f474ef5c7503fa17b55098addd5f1 /src | |
parent | 85cf2243e746777266e4fb2e8252ce17a05f16bb (diff) |
Movement of cmd_* headers into include/commands (this is incomplete)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3896 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd_admin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_admin.cpp b/src/cmd_admin.cpp index 735e593c7..8ca05a523 100644 --- a/src/cmd_admin.cpp +++ b/src/cmd_admin.cpp @@ -18,7 +18,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_admin.h" +#include "commands/cmd_admin.h" extern ServerConfig* Config; |