From: Jason Self Date: Sun, 23 Oct 2016 20:32:42 +0000 (-0700) Subject: The include path should be a single + so as to not append to existing search paths... X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=554d848a4b2ee9fbf512fdeb10b7a9d51f05ede8;hp=554d848a4b2ee9fbf512fdeb10b7a9d51f05ede8;p=grue-hunter.git The include path should be a single + so as to not append to existing search paths but to instead replace the current search path with the specified one. This avoid accidentally including code from other locations that may have the same name. ---