From ab87b8ef0af7ef888b7d810db610ead6eb784d71 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Sun, 11 Mar 2018 13:17:07 +0100 Subject: Remove angle brackets for proj headers (#849) * Avoid using angle brackets for PROJ headers. Switching from #include to #include "proj.h", and correspondingly for projects.h and proj_api.h, reduces the risk of accidentally picking up a system installed older version of the header while building a new version of PROJ. * Also handle geodesic.h --- src/pj_initcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pj_initcache.c') diff --git a/src/pj_initcache.c b/src/pj_initcache.c index 30ac2aab..a0593138 100644 --- a/src/pj_initcache.c +++ b/src/pj_initcache.c @@ -25,7 +25,7 @@ * DEALINGS IN THE SOFTWARE. *****************************************************************************/ -#include +#include "projects.h" #include static int cache_count = 0; -- cgit v1.2.3