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_malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pj_malloc.c') diff --git a/src/pj_malloc.c b/src/pj_malloc.c index 127e76ee..2d670ae2 100644 --- a/src/pj_malloc.c +++ b/src/pj_malloc.c @@ -40,7 +40,7 @@ ** projection system memory allocation/deallocation call with custom ** application procedures. */ -#include +#include "proj.h" #include "projects.h" #include -- cgit v1.2.3