From d3a1c61c2c10d952c7a186d367b42a1ea1b3e946 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Sep 2010 09:31:53 +0200 Subject: Rework MySQL header inclusion --- odb/mysql/database.hxx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'odb/mysql/database.hxx') diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx index b10b037..9f07f03 100644 --- a/odb/mysql/database.hxx +++ b/odb/mysql/database.hxx @@ -8,23 +8,12 @@ #include -#include - -#ifdef _WIN32 -# include -#endif - -#ifdef LIBODB_MYSQL_INCLUDE_SHORT -# include -#else -# include -#endif - #include #include // std::auto_ptr #include +#include #include #include #include -- cgit v1.1