From 20e5610911a6d6231121eb3c0d3c38330f8d708e Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Tue, 6 Mar 2018 12:47:30 +0100 Subject: Remove angle brackets in include proj.h The #include in proj_internal.h has been changed to #include "proj.h" in order to avoid accidentally including an old installed proj.h file while building a new version of libproj. --- src/proj_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/proj_internal.h b/src/proj_internal.h index 071510c7..020d0486 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -33,7 +33,7 @@ #endif #include /* For M_PI */ -#include +#include "proj.h" #ifdef PROJECTS_H #error proj_internal.h must be included before projects.h -- cgit v1.2.3