1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 13:16:37 +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 -2
View File
@@ -1,6 +1,5 @@
#include "module.h"
#include "sql.h"
#include "../commands/os_session.h"
#include "modules/sql.h"
using namespace SQL;