1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 23:36:39 +02:00

Move module header files to include/modules to fix naming conflicts with system headers

This commit is contained in:
Adam
2013-05-05 03:30:08 -04:00
parent a118946e65
commit 57c2b65f08
50 changed files with 41 additions and 81 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
*/
#include "module.h"
#include "sql.h"
#include "modules/sql.h"
using namespace SQL;