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 --- sd/inc/sdgrffilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc/sdgrffilter.hxx') diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx index c725173c5dfa..fdd2bc04f6cd 100644 --- a/sd/inc/sdgrffilter.hxx +++ b/sd/inc/sdgrffilter.hxx @@ -22,7 +22,7 @@ #include -#include +#include #include "sdfilter.hxx" // SdCGMFilter -- cgit