diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-28 19:31:23 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-28 19:31:23 -0500 |
commit | bb59200ed81ee9cb3c19394835ed67b19bba5554 (patch) | |
tree | 35dbfb892e6cfd6623db03a0519edcc25dc9e459 /sc/Library_scui.mk | |
parent | 624f37951076b0f6b4e720d44c01eaf8359ee4ed (diff) |
Remove unnecessary include in sc build
Diffstat (limited to 'sc/Library_scui.mk')
-rw-r--r-- | sc/Library_scui.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index f774d3df00b1..1e0ef6b09e26 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -22,15 +22,14 @@ $(eval $(call gb_Library_Library,scui)) $(eval $(call gb_Library_set_include,scui,\ - -I$(realpath $(SRCDIR)/sc/inc) \ - -I$(realpath $(SRCDIR)/sc/inc/pch) \ -I$(realpath $(SRCDIR)/sc/source/core/inc) \ -I$(realpath $(SRCDIR)/sc/source/filter/inc) \ -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ + -I$(realpath $(SRCDIR)/sc/inc) \ + -I$(realpath $(SRCDIR)/sc/inc/pch) \ -I$(WORKDIR)/SdiTarget/sc/sdi \ -I$(WORKDIR)/Misc/sc \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/sc \ -I$(OUTDIR)/inc/offuh \ )) |