From f9f045e7830d184497554e0e438cc478fa990eb6 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 24 Apr 2017 01:06:41 +1000 Subject: tools: move errcode.hxx to the vcl module Change-Id: I17e5a033de5f0aeb0a726744f7b464cdab6e2ee3 Reviewed-on: https://gerrit.libreoffice.org/36854 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- vbahelper/inc/pch/precompiled_msforms.hxx | 2 +- vbahelper/inc/pch/precompiled_vbahelper.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vbahelper/inc') diff --git a/vbahelper/inc/pch/precompiled_msforms.hxx b/vbahelper/inc/pch/precompiled_msforms.hxx index 068c9a33adc4..a2dcd3185c9d 100644 --- a/vbahelper/inc/pch/precompiled_msforms.hxx +++ b/vbahelper/inc/pch/precompiled_msforms.hxx @@ -313,7 +313,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 23efed0561c5..6f01d1c89cf7 100644 --- a/vbahelper/inc/pch/precompiled_vbahelper.hxx +++ b/vbahelper/inc/pch/precompiled_vbahelper.hxx @@ -127,7 +127,7 @@ #include #include #include -#include +#include #include #include #include -- cgit