Include paths change

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3899 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-04-20 18:56:54 +00:00
parent 24ac504f4b
commit b11cd1e68a
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* +------------------------------------+
u/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
@ -20,7 +20,7 @@
#include "modules.h"
#include "commands.h"
#include "helperfuncs.h"
#include "cmd_links.h"
#include "commands/cmd_links.h"
extern ServerConfig* Config;

View File

@ -35,7 +35,7 @@ using namespace std;
#include "configreader.h"
#include "helperfuncs.h"
#include "m_sql.h"
#include "cmd_oper.h"
#include "commands/cmd_oper.h"
/* $ModDesc: Allows storage of oper credentials in an SQL table */

View File

@ -29,7 +29,7 @@ using namespace std;
#include "channels.h"
#include "modules.h"
#include "commands.h"
#include "cmd_whois.h"
#include "commands/cmd_whois.h"
#include "socket.h"
#include "helperfuncs.h"
#include "inspircd.h"