sw: Library_vbaswobj should not include headers from source/core/inc

Change-Id: I07a0f27b1e6a1dbe9681cfe1593c3d05e7504532
This commit is contained in:
Michael Stahl
2014-05-26 17:22:30 +02:00
parent fbf1a9e290
commit f8d26c68e4

View File

@@ -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) \
))