aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/statement.hxx')
-rw-r--r--odb/mysql/statement.hxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/odb/mysql/statement.hxx b/odb/mysql/statement.hxx
index 78681a2..05deb4d 100644
--- a/odb/mysql/statement.hxx
+++ b/odb/mysql/statement.hxx
@@ -8,18 +8,6 @@
#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 <map>
#include <string>
#include <cstddef> // std::size_t
@@ -28,6 +16,7 @@
#include <odb/forward.hxx>
#include <odb/traits.hxx>
+#include <odb/mysql/mysql.hxx>
#include <odb/mysql/version.hxx>
#include <odb/details/shared-ptr.hxx>