From 781defb7076ddfddf723ca08cd0a518b6657b64f Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 16 Apr 2013 01:58:29 -0500 Subject: Move extras header files out of extras so when users copy modules out they dont need the headers too --- modules/database/db_sql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/database/db_sql.cpp') 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; -- cgit