diff options
author | Adam <Adam@anope.org> | 2013-04-16 01:58:29 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-16 01:58:29 -0500 |
commit | 781defb7076ddfddf723ca08cd0a518b6657b64f (patch) | |
tree | 911049f9e1bcf6a32e76c9b8800bf99f56edce02 /modules/database/db_sql.cpp | |
parent | 16c124d34e43282da6c552739211f8d8aca04791 (diff) |
Move extras header files out of extras so when users copy modules out they dont need the headers too
Diffstat (limited to 'modules/database/db_sql.cpp')
-rw-r--r-- | modules/database/db_sql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index 4025fec69..894037026 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -9,7 +9,7 @@ */ #include "module.h" -#include "../extra/sql.h" +#include "sql.h" using namespace SQL; |