From 31f3a420d06c0086fc99cac605cd0472f415db14 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Nov 2011 11:51:14 +0200 Subject: Remove unnecessary includes --- odb/mysql/database.hxx | 2 -- odb/mysql/transaction-impl.hxx | 2 -- odb/mysql/view-statements.hxx | 2 -- 3 files changed, 6 deletions(-) diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx index a245a37..341cf13 100644 --- a/odb/mysql/database.hxx +++ b/odb/mysql/database.hxx @@ -21,8 +21,6 @@ #include #include -#include - #include namespace odb diff --git a/odb/mysql/transaction-impl.hxx b/odb/mysql/transaction-impl.hxx index db87147..e7d8c90 100644 --- a/odb/mysql/transaction-impl.hxx +++ b/odb/mysql/transaction-impl.hxx @@ -13,8 +13,6 @@ #include #include -#include - #include namespace odb diff --git a/odb/mysql/view-statements.hxx b/odb/mysql/view-statements.hxx index 04df484..b205ce5 100644 --- a/odb/mysql/view-statements.hxx +++ b/odb/mysql/view-statements.hxx @@ -13,8 +13,6 @@ #include #include -#include - #include #include #include -- cgit v1.1