From cec22e4510bb0a196717cf5a68a405c0c34ec295 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 26 Mar 2013 15:50:51 +0100 Subject: Do not needlessly include jvmaccess/virtualmachine.hxx in header Change-Id: Ieb1564eb7b477a7b239b07347f46fc55b64bd92b --- connectivity/inc/connectivity/CommonTools.hxx | 3 ++- connectivity/inc/connectivity/FValue.hxx | 1 + connectivity/source/commontools/CommonTools.cxx | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/inc/connectivity/CommonTools.hxx b/connectivity/inc/connectivity/CommonTools.hxx index f562d6720a57..fa7ab752e32d 100644 --- a/connectivity/inc/connectivity/CommonTools.hxx +++ b/connectivity/inc/connectivity/CommonTools.hxx @@ -19,6 +19,7 @@ #ifndef _CONNECTIVITY_COMMONTOOLS_HXX_ #define _CONNECTIVITY_COMMONTOOLS_HXX_ +#include #include #include #include @@ -30,7 +31,6 @@ #include #include #include -#include #include #include "connectivity/dbtoolsdllapi.hxx" @@ -40,6 +40,7 @@ namespace com { namespace sun { namespace star { namespace util { struct Time; } }}} +namespace jvmaccess { class VirtualMachine; } namespace connectivity { diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx index 02b4a4ba390b..b425fe079f3b 100644 --- a/connectivity/inc/connectivity/FValue.hxx +++ b/connectivity/inc/connectivity/FValue.hxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx index 918193402ba7..75015c7b564f 100644 --- a/connectivity/source/commontools/CommonTools.cxx +++ b/connectivity/source/commontools/CommonTools.cxx @@ -31,6 +31,7 @@ #include "TConnection.hxx" #include #include +#include #include using namespace ::comphelper; -- cgit