TS-2323: trim remap include paths
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2699900f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2699900f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2699900f Branch: refs/heads/master Commit: 2699900f1cac7ac647e00460e15e584e2b783aca Parents: 5d2ea5b Author: James Peach <[email protected]> Authored: Wed Oct 30 11:13:56 2013 -0700 Committer: James Peach <[email protected]> Committed: Tue Nov 5 16:46:14 2013 -0800 ---------------------------------------------------------------------- proxy/http/remap/Makefile.am | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2699900f/proxy/http/remap/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/http/remap/Makefile.am b/proxy/http/remap/Makefile.am index 708af5d..73dfcac 100644 --- a/proxy/http/remap/Makefile.am +++ b/proxy/http/remap/Makefile.am @@ -25,7 +25,6 @@ AM_CPPFLAGS = \ -I$(top_builddir)/proxy/api/ts \ -I$(top_srcdir)/proxy \ -I$(top_srcdir)/mgmt \ - -I$(top_srcdir)/mgmt/preparse \ -I$(top_srcdir)/mgmt/utils \ -I$(top_srcdir)/proxy/hdrs \ -I$(top_srcdir)/proxy/http
