diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-26 17:22:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-27 11:13:01 +0200 |
commit | f8d26c68e48e52265d4f20a1527bf52828c046ad (patch) | |
tree | 856cd273b2900155b9afbbf200026d6c4b5d6005 /sw/Library_vbaswobj.mk | |
parent | fbf1a9e29016f6492cc29a27a9dfeb94149da29e (diff) |
sw: Library_vbaswobj should not include headers from source/core/inc
Change-Id: I07a0f27b1e6a1dbe9681cfe1593c3d05e7504532
Diffstat (limited to 'sw/Library_vbaswobj.mk')
-rw-r--r-- | sw/Library_vbaswobj.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index 7aa19d28a71a..a85f7f0a3808 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -24,9 +24,7 @@ $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj)) $(eval $(call gb_Library_set_precompiled_header,vbaswobj,$(SRCDIR)/sw/inc/pch/precompiled_vbaswobj)) $(eval $(call gb_Library_set_include,vbaswobj,\ - -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/uibase/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) |