From 4b01af28e6fee1ec3096ed713d1db832b3508420 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 6 Jan 2016 16:45:49 +0100 Subject: sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxx Quite unnecessary, just remove the implementation details from the header. Change-Id: I5712ff32756bb1d31ff7701424b85a323438cced --- sw/CppunitTest_sw_rtfexport.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/CppunitTest_sw_rtfexport.mk') diff --git a/sw/CppunitTest_sw_rtfexport.mk b/sw/CppunitTest_sw_rtfexport.mk index 0228ee00112b..b47c9068a705 100644 --- a/sw/CppunitTest_sw_rtfexport.mk +++ b/sw/CppunitTest_sw_rtfexport.mk @@ -37,7 +37,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ - -I$(SRCDIR)/sw/source/uibase/inc \ $$(INCLUDE) \ )) -- cgit