From 54e62a7cabb5643af47962c8ac489d13bc775971 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2010 14:24:29 +0200 Subject: Include wrapper from libodb-mysql instead of mysql.h --- odb/mysql/header.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx index bdb98a4..baaad86 100644 --- a/odb/mysql/header.cxx +++ b/odb/mysql/header.cxx @@ -402,9 +402,6 @@ namespace mysql ctx.os << "#include " << endl // std::size_t << endl; - ctx.os << "#include " << endl - << endl; - ctx.os << "#include " << endl << "#include " << endl; @@ -413,7 +410,9 @@ namespace mysql ctx.os << endl << "#include " << endl - << "#include " << endl; + << "#include " << endl + << "#include " << endl + << endl; if (ctx.options.generate_query ()) ctx.os << "#include " << endl; -- cgit v1.1