aboutsummaryrefslogtreecommitdiff
path: root/src/projections/tobmerc.cpp
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2019-03-29 19:17:37 +0000
committerChris Mayo <aklhfex@gmail.com>2019-03-29 19:17:37 +0000
commit095d2204f8bb05d172936aebbb1e9e44852c049f (patch)
tree08ff5e5c63f4a78a9c246d2b7c17b78eda6359cc /src/projections/tobmerc.cpp
parenta0dfcf28d3af1179847c75a2a8981cb7fe967ab8 (diff)
downloadPROJ-095d2204f8bb05d172936aebbb1e9e44852c049f.tar.gz
PROJ-095d2204f8bb05d172936aebbb1e9e44852c049f.zip
Remove duplicate instances of #include "proj_internal.h"
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
Diffstat (limited to 'src/projections/tobmerc.cpp')
-rw-r--r--src/projections/tobmerc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/projections/tobmerc.cpp b/src/projections/tobmerc.cpp
index 95960097..126d6be2 100644
--- a/src/projections/tobmerc.cpp
+++ b/src/projections/tobmerc.cpp
@@ -3,10 +3,9 @@
#include <float.h>
#include <math.h>
-#include "proj_internal.h"
#include "proj.h"
-#include "proj_math.h"
#include "proj_internal.h"
+#include "proj_math.h"
PROJ_HEAD(tobmerc, "Tobler-Mercator") "\n\tCyl, Sph";