diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-06 16:45:49 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-06 16:51:52 +0100 |
commit | 4b01af28e6fee1ec3096ed713d1db832b3508420 (patch) | |
tree | e0e5332e0719b92bee788f6bd00b1ba17965306e /sw/CppunitTest_sw_ooxmlfieldexport.mk | |
parent | 6bffbf100e82da19067338e59adc6915dfc748d5 (diff) |
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
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlfieldexport.mk')
-rw-r--r-- | sw/CppunitTest_sw_ooxmlfieldexport.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_ooxmlfieldexport.mk b/sw/CppunitTest_sw_ooxmlfieldexport.mk index 086e53ea115e..ae67c2087438 100644 --- a/sw/CppunitTest_sw_ooxmlfieldexport.mk +++ b/sw/CppunitTest_sw_ooxmlfieldexport.mk @@ -30,7 +30,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_ooxmlfieldexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ - -I$(SRCDIR)/sw/source/uibase/inc \ $$(INCLUDE) \ )) |