From 3b85b72d643e26fd9fda5eeb05f774b3c37917fd Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 14 Apr 2017 15:29:06 +1000 Subject: errinf.hxx moved out of tools and into vcl module ErrorInfo has a hard depency on VCL, yet is in the tools package. It is more appropriate to have it reside in the VCL module. Change-Id: Ica54a46c3a7f86cf0331ed7245234bea69c05650 Reviewed-on: https://gerrit.libreoffice.org/36839 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- dbaccess/inc/pch/precompiled_dba.hxx | 2 +- dbaccess/inc/pch/precompiled_dbmm.hxx | 2 +- dbaccess/source/filter/xml/xmlfilter.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx index 9b6a07eb3a1b..157f1eef9530 100644 --- a/dbaccess/inc/pch/precompiled_dba.hxx +++ b/dbaccess/inc/pch/precompiled_dba.hxx @@ -269,7 +269,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/dbaccess/inc/pch/precompiled_dbmm.hxx b/dbaccess/inc/pch/precompiled_dbmm.hxx index 6415c84daf91..cf33574c33d1 100644 --- a/dbaccess/inc/pch/precompiled_dbmm.hxx +++ b/dbaccess/inc/pch/precompiled_dbmm.hxx @@ -195,7 +195,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 0ff1a3d2fefe..d84704722eee 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -19,7 +19,7 @@ #include -#include +#include #include #include #include -- cgit