aboutsummaryrefslogtreecommitdiff
path: root/src/apps
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-26 14:58:26 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-30 21:48:56 +0100
commit8ab6f683cd316acf57bb89ed83932a267c5aa3c2 (patch)
tree4ccb6033dae1e87e55aa00dbbc395c536dc8be49 /src/apps
parent7acbe96928d564ac86f74c319e4d37143352671b (diff)
downloadPROJ-8ab6f683cd316acf57bb89ed83932a267c5aa3c2.tar.gz
PROJ-8ab6f683cd316acf57bb89ed83932a267c5aa3c2.zip
Merge projects.h into proj_internal.h
Diffstat (limited to 'src/apps')
-rw-r--r--src/apps/cct.cpp2
-rw-r--r--src/apps/cs2cs.cpp2
-rw-r--r--src/apps/gen_cheb.cpp2
-rw-r--r--src/apps/geod.cpp2
-rw-r--r--src/apps/geod_interface.cpp2
-rw-r--r--src/apps/geod_set.cpp2
-rw-r--r--src/apps/gie.cpp2
-rw-r--r--src/apps/nad2bin.cpp2
-rw-r--r--src/apps/p_series.cpp2
-rw-r--r--src/apps/proj.cpp2
-rw-r--r--src/apps/projinfo.cpp2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/apps/cct.cpp b/src/apps/cct.cpp
index 046257da..4deefba6 100644
--- a/src/apps/cct.cpp
+++ b/src/apps/cct.cpp
@@ -81,7 +81,7 @@ Thomas Knudsen, thokn@sdfe.dk, 2016-05-25/2017-10-26
#include "proj.h"
#include "proj_internal.h"
#include "proj_strtod.h"
-#include "projects.h"
+#include "proj_internal.h"
#include "optargpm.h"
diff --git a/src/apps/cs2cs.cpp b/src/apps/cs2cs.cpp
index 9000454a..e7f43c76 100644
--- a/src/apps/cs2cs.cpp
+++ b/src/apps/cs2cs.cpp
@@ -43,7 +43,7 @@
// PROJ include order is sensitive
// clang-format off
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include "emess.h"
// clang-format on
diff --git a/src/apps/gen_cheb.cpp b/src/apps/gen_cheb.cpp
index 167ee79d..23285314 100644
--- a/src/apps/gen_cheb.cpp
+++ b/src/apps/gen_cheb.cpp
@@ -1,7 +1,7 @@
/* generates 'T' option output */
#define PJ_LIB__
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
diff --git a/src/apps/geod.cpp b/src/apps/geod.cpp
index 7b6367c6..7225856e 100644
--- a/src/apps/geod.cpp
+++ b/src/apps/geod.cpp
@@ -1,7 +1,7 @@
/* <<<< Geodesic filter program >>>> */
#include "proj.h"
-# include "projects.h"
+# include "proj_internal.h"
# include "geod_interface.h"
# include "emess.h"
# include <ctype.h>
diff --git a/src/apps/geod_interface.cpp b/src/apps/geod_interface.cpp
index 1a085b38..a21a89e6 100644
--- a/src/apps/geod_interface.cpp
+++ b/src/apps/geod_interface.cpp
@@ -1,5 +1,5 @@
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include "geod_interface.h"
void geod_ini(void) {
diff --git a/src/apps/geod_set.cpp b/src/apps/geod_set.cpp
index b9e9c42f..cd6b5018 100644
--- a/src/apps/geod_set.cpp
+++ b/src/apps/geod_set.cpp
@@ -5,7 +5,7 @@
#include <string.h>
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include "geod_interface.h"
#include "emess.h"
diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp
index 3e4770a2..e912a076 100644
--- a/src/apps/gie.cpp
+++ b/src/apps/gie.cpp
@@ -117,7 +117,7 @@ Thomas Knudsen, thokn@sdfe.dk, 2017-10-01/2017-10-08
#include "proj_internal.h"
#include "proj_math.h"
#include "proj_strtod.h"
-#include "projects.h"
+#include "proj_internal.h"
#include "optargpm.h"
diff --git a/src/apps/nad2bin.cpp b/src/apps/nad2bin.cpp
index 62a7b320..a684b087 100644
--- a/src/apps/nad2bin.cpp
+++ b/src/apps/nad2bin.cpp
@@ -4,7 +4,7 @@
#define PJ_LIB__
#include "proj_internal.h"
-#include "projects.h"
+#include "proj_internal.h"
#define U_SEC_TO_RAD 4.848136811095359935899141023e-12
/************************************************************************/
diff --git a/src/apps/p_series.cpp b/src/apps/p_series.cpp
index 3815824b..2f668ce0 100644
--- a/src/apps/p_series.cpp
+++ b/src/apps/p_series.cpp
@@ -1,6 +1,6 @@
/* print row coefficients of Tseries structure */
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include <stdio.h>
#include <string.h>
#define NF 20 /* length of final format string */
diff --git a/src/apps/proj.cpp b/src/apps/proj.cpp
index 9958a777..c8cd20a1 100644
--- a/src/apps/proj.cpp
+++ b/src/apps/proj.cpp
@@ -1,6 +1,6 @@
/* <<<< Cartographic projection filter program >>>> */
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp
index 589ca832..4fcd3e5e 100644
--- a/src/apps/projinfo.cpp
+++ b/src/apps/projinfo.cpp
@@ -36,7 +36,7 @@
#include <utility>
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
#include <proj/common.hpp>
#include <proj/coordinateoperation.hpp>