diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 02:55:27 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:45 +0100 |
commit | 12bf03351ea38fb2d2eb5e184cd455d2d019fe1a (patch) | |
tree | 16d262beb0cb779176de98c7385d7dee9b7075cf /sc/Library_scui.mk | |
parent | 4b30ec9def591ba77d5ec9ac09ded1e6782ede8d (diff) |
fdo#39491 remove nonexistent include paths
Diffstat (limited to 'sc/Library_scui.mk')
-rw-r--r-- | sc/Library_scui.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index c024024782fa..1530aac6c122 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Library_set_include,scui,\ -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ -I$(realpath $(SRCDIR)/sc/inc) \ -I$(WORKDIR)/SdiTarget/sc/sdi \ - -I$(WORKDIR)/Misc/sc \ $$(INCLUDE) \ )) |