From a07d5aef3f251855a4856f1e59649194a07899e5 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Mon, 18 Apr 2016 21:00:13 +0200 Subject: 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 Tested-by: Stephan Bergmann --- connectivity/source/drivers/postgresql/pq_xcolumns.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'connectivity') 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 + +namespace com { namespace sun { namespace star { namespace sdbc { class XRow; } } } } namespace pq_sdbc_driver { -- cgit