aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/database.hxx')
-rw-r--r--odb/mysql/database.hxx13
1 files changed, 1 insertions, 12 deletions
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 <odb/pre.hxx>
-#include <odb/mysql/details/config.hxx>
-
-#ifdef _WIN32
-# include <winsock2.h>
-#endif
-
-#ifdef LIBODB_MYSQL_INCLUDE_SHORT
-# include <mysql.h>
-#else
-# include <mysql/mysql.h>
-#endif
-
#include <string>
#include <memory> // std::auto_ptr
#include <odb/database.hxx>
+#include <odb/mysql/mysql.hxx>
#include <odb/mysql/version.hxx>
#include <odb/mysql/forward.hxx>
#include <odb/mysql/connection.hxx>