diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-04-18 21:00:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 20:57:08 +0000 |
commit | a07d5aef3f251855a4856f1e59649194a07899e5 (patch) | |
tree | 3c5b3714f88353e28dddc10f4154ed0e9725cd8a | |
parent | 44e2da58226448c5617eac08ca2ae3d9a9ad2afa (diff) |
follow-up for clean-up declarations and includes
small change for commit 150ac9cf05ed9da6a2af5bc3f820280fd853e519
use forward declaration instead of include
Change-Id: Ida9742b49233dc2bd2731e816dd6dc4d5705bb07
Reviewed-on: https://gerrit.libreoffice.org/24222
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_xcolumns.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx index 0af133755ceb..5daeeb296684 100644 --- a/connectivity/source/drivers/postgresql/pq_xcolumns.hxx +++ b/connectivity/source/drivers/postgresql/pq_xcolumns.hxx @@ -39,7 +39,8 @@ #include "pq_xcontainer.hxx" #include "pq_xbase.hxx" -#include <com/sun/star/sdbc/XRow.hpp> + +namespace com { namespace sun { namespace star { namespace sdbc { class XRow; } } } } namespace pq_sdbc_driver { |