mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 20:49:02 -04:00
Include paths change
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3899 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
24ac504f4b
commit
b11cd1e68a
@ -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;
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user