From 3f2ff54778ff76118b7de3357168091bbc955041 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 15:24:45 -0600 Subject: remove pch from the include list --- sfx2/Library_qstart.mk | 1 - sfx2/Library_sfx.mk | 1 - 2 files changed, 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index 80e794260494..e5239f83915f 100644 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,qstart_gtk,\ $$(INCLUDE) \ -I$(SRCDIR)/sfx2/inc \ -I$(SRCDIR)/sfx2/inc/sfx2 \ - -I$(SRCDIR)/sfx2/inc/pch \ -I$(OUTDIR)/inc \ )) diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index dfee2ab940e7..b8f5d3724a19 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -46,7 +46,6 @@ $(eval $(call gb_Library_set_include,sfx,\ -I$(realpath $(SRCDIR)/sfx2/inc) \ -I$(realpath $(SRCDIR)/sfx2/inc/sfx2) \ -I$(realpath $(SRCDIR)/sfx2/source/inc) \ - -I$(realpath $(SRCDIR)/sfx2/inc/pch) \ -I$(WORKDIR)/SdiTarget/sfx2/sdi \ -I$(WORKDIR)/inc/ \ $$(INCLUDE) \ -- cgit