From 299d224c8a8f033b4c44d38b916a9c306db63b7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Nov 2011 11:51:15 +0200 Subject: Remove unnecessary includes --- odb/pgsql/connection.hxx | 1 - odb/pgsql/database.hxx | 2 -- odb/pgsql/transaction-impl.hxx | 2 -- odb/pgsql/view-statements.hxx | 2 -- 4 files changed, 7 deletions(-) diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx index 737551d..5b4b795 100644 --- a/odb/pgsql/connection.hxx +++ b/odb/pgsql/connection.hxx @@ -8,7 +8,6 @@ #include -#include #include // std::auto_ptr #include diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx index 52e48c3..8fad248 100644 --- a/odb/pgsql/database.hxx +++ b/odb/pgsql/database.hxx @@ -14,8 +14,6 @@ #include -#include - #include #include #include diff --git a/odb/pgsql/transaction-impl.hxx b/odb/pgsql/transaction-impl.hxx index 2551994..af440d7 100644 --- a/odb/pgsql/transaction-impl.hxx +++ b/odb/pgsql/transaction-impl.hxx @@ -13,8 +13,6 @@ #include #include -#include - #include namespace odb diff --git a/odb/pgsql/view-statements.hxx b/odb/pgsql/view-statements.hxx index e90549b..50256e3 100644 --- a/odb/pgsql/view-statements.hxx +++ b/odb/pgsql/view-statements.hxx @@ -13,8 +13,6 @@ #include #include -#include - #include #include #include -- cgit v1.1