diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-26 17:18:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-27 11:13:01 +0200 |
commit | fbf1a9e29016f6492cc29a27a9dfeb94149da29e (patch) | |
tree | ef34232b01f36115c79eb2a074f9dcf15ce74df3 | |
parent | 6de9dfac1d25ea9440a47a06fcb39507f87ca4ec (diff) |
sw: Library_swui should not include headers from source/core/inc
.. or sw/source/filter
Change-Id: I87fd41dc092a6dc042f85009188fed3df19fbf3f
-rw-r--r-- | sw/Library_swui.mk | 2 |
1 files changed, 0 insertions, 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) \ )) |