<div id="comment:0"></div> `$SAGE_LOCAL/{include,lib}` are already added to the front of the search paths `CPATH` and `LIBRARY_PATH` by `sage-env`. We remove code that adds another copy. This removes a dependency on `SAGE_LOCAL` during the build of sagelib. The function `sage_include_directories`, apart from its use by `setup.py`, is also used by `sage.misc.cython.cython`. CC: @dimpase @kiwifb @orlitzky @isuruf Component: **build** Author: **Matthias Koeppe** Branch: **[`9a50cba`](https://github.com/sagemath/sagetrac-mirror/commit/9a50cba23abb1c6ff4b022c62624da800b88e282)** Reviewer: **François Bissey** _Issue created by migration from https://trac.sagemath.org/ticket/29697_