1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 17:03:14 +02:00

Move extras header files out of extras so when users copy modules out they dont need the headers too

This commit is contained in:
Adam
2013-04-16 01:58:29 -05:00
parent 16c124d34e
commit 781defb707
10 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
/*************************************************************************/
#include "module.h"
#include "../extra/sql.h"
#include "sql.h"
class MySQLInterface : public SQL::Interface
{