diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2019-03-29 23:20:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-29 23:20:06 +0100 |
| commit | 278d854610c522dcaaa47674abfff5db6cc6cecf (patch) | |
| tree | 08ff5e5c63f4a78a9c246d2b7c17b78eda6359cc /src/projections/robin.cpp | |
| parent | a0dfcf28d3af1179847c75a2a8981cb7fe967ab8 (diff) | |
| parent | 095d2204f8bb05d172936aebbb1e9e44852c049f (diff) | |
| download | PROJ-278d854610c522dcaaa47674abfff5db6cc6cecf.tar.gz PROJ-278d854610c522dcaaa47674abfff5db6cc6cecf.zip | |
Merge pull request #1395 from cjmayo/dupinclude
Remove duplicate instances of #include "proj_internal.h"
Diffstat (limited to 'src/projections/robin.cpp')
| -rw-r--r-- | src/projections/robin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/projections/robin.cpp b/src/projections/robin.cpp index 9f7908f6..dfb750dd 100644 --- a/src/projections/robin.cpp +++ b/src/projections/robin.cpp @@ -1,8 +1,7 @@ #define PJ_LIB__ -#include "proj_math.h" -#include "proj_internal.h" #include "proj.h" #include "proj_internal.h" +#include "proj_math.h" PROJ_HEAD(robin, "Robinson") "\n\tPCyl, Sph"; |
