aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/query.hxx')
-rw-r--r--odb/mysql/query.hxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx
index 7d2d2d4..4e0320f 100644
--- a/odb/mysql/query.hxx
+++ b/odb/mysql/query.hxx
@@ -8,24 +8,13 @@
#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 <vector>
#include <cstddef> // std::size_t
#include <odb/query.hxx>
+#include <odb/mysql/mysql.hxx>
#include <odb/mysql/version.hxx>
#include <odb/mysql/forward.hxx>
#include <odb/mysql/traits.hxx>