aboutsummaryrefslogtreecommitdiff
path: root/src/inv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inv.cpp')
-rw-r--r--src/inv.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inv.cpp b/src/inv.cpp
index ba7e6722..83c5498c 100644
--- a/src/inv.cpp
+++ b/src/inv.cpp
@@ -32,7 +32,7 @@
#include "proj_internal.h"
#include "proj_math.h"
-#include "projects.h"
+#include "proj_internal.h"
#define INPUT_UNITS P->right
#define OUTPUT_UNITS P->left
@@ -141,7 +141,7 @@ static PJ_COORD error_or_coord(PJ *P, PJ_COORD coord, int last_errno) {
}
-LP pj_inv(XY xy, PJ *P) {
+PJ_LP pj_inv(PJ_XY xy, PJ *P) {
int last_errno;
PJ_COORD coo = {{0,0,0,0}};
coo.xy = xy;
@@ -175,7 +175,7 @@ LP pj_inv(XY xy, PJ *P) {
-LPZ pj_inv3d (XYZ xyz, PJ *P) {
+PJ_LPZ pj_inv3d (PJ_XYZ xyz, PJ *P) {
int last_errno;
PJ_COORD coo = {{0,0,0,0}};
coo.xyz = xyz;