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_putp6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PJ_putp6.c') diff --git a/src/PJ_putp6.c b/src/PJ_putp6.c index 8c4efa66..938cef09 100644 --- a/src/PJ_putp6.c +++ b/src/PJ_putp6.c @@ -1,6 +1,6 @@ #define PJ_LIB__ #include -#include +#include "projects.h" struct pj_opaque { double C_x, C_y, A, B, D; -- cgit v1.2.3