From fbf1a9e29016f6492cc29a27a9dfeb94149da29e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 26 May 2014 17:18:44 +0200 Subject: sw: Library_swui should not include headers from source/core/inc .. or sw/source/filter Change-Id: I87fd41dc092a6dc042f85009188fed3df19fbf3f --- sw/Library_swui.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index e34c2dea799f..19b7616945a6 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -21,9 +21,7 @@ $(eval $(call gb_Library_Library,swui)) $(eval $(call gb_Library_set_include,swui,\ -I$(SRCDIR)/sw/inc \ - -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/uibase/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ -I$(WORKDIR)/SdiTarget/sw/sdi \ $$(INCLUDE) \ )) -- cgit