From 634bcc63b7adff53d817c19195c4060170eeecfc Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 14 Jun 2013 13:33:02 -0300 Subject: Fixed the '"__USE_GNU" redefined' warnings on selected platforms Special Thanks to Takkun~! Signed-off-by: shennetsind --- src/plugins/db2sql.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c index d56fd9546..723a3cc94 100644 --- a/src/plugins/db2sql.c +++ b/src/plugins/db2sql.c @@ -1,18 +1,18 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file -#include -#include -#include "../config/core.h" -#include "../common/HPMi.h" +#include "../common/cbasetypes.h" #include "../common/strlib.h" -#include "../common/SQL.h" #include "../common/timer.h" +#include "../common/HPMi.h" +#include "../common/mmo.h" +#include "../config/core.h" #include "../map/clif.h" #include "../map/pc.h" #include "../map/map.h" #include "../map/itemdb.h" - +#include +#include HPExport struct hplugin_info pinfo = { "DB2SQL", // Plugin name -- cgit v1.2.3-70-g09d2