1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 10:36:38 +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
@@ -9,7 +9,7 @@
*/
#include "module.h"
#include "../extra/sql.h"
#include "sql.h"
using namespace SQL;