aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/connection.hxx')
-rw-r--r--odb/mysql/connection.hxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/odb/mysql/connection.hxx b/odb/mysql/connection.hxx
index b00be75..7bbc335 100644
--- a/odb/mysql/connection.hxx
+++ b/odb/mysql/connection.hxx
@@ -8,22 +8,11 @@
#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 <vector>
#include <odb/forward.hxx>
+#include <odb/mysql/mysql.hxx>
#include <odb/mysql/version.hxx>
#include <odb/mysql/statement.hxx>