aboutsummaryrefslogtreecommitdiff
path: root/src/tests/test228.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-26 20:58:01 +0100
committerGitHub <noreply@github.com>2020-11-26 20:58:01 +0100
commit3cb26a406a7e1a964f5f3b5caf3c624222664fb2 (patch)
tree414dad90bd94170f6e619197b9a47bfca096d322 /src/tests/test228.cpp
parentf5b3616bb03f8e52a5e5a23704d645492a662393 (diff)
parentd9205b9245388f23b65917a21ec72d6bec15d035 (diff)
downloadPROJ-3cb26a406a7e1a964f5f3b5caf3c624222664fb2.tar.gz
PROJ-3cb26a406a7e1a964f5f3b5caf3c624222664fb2.zip
Merge pull request #2403 from kbevers/remove-proj_api.h
Remove proj_api.h
Diffstat (limited to 'src/tests/test228.cpp')
-rw-r--r--src/tests/test228.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/tests/test228.cpp b/src/tests/test228.cpp
index 8ae17c87..ae2eb9cc 100644
--- a/src/tests/test228.cpp
+++ b/src/tests/test228.cpp
@@ -26,11 +26,7 @@
* DEALINGS IN THE SOFTWARE.
****************************************************************************/
-#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
-#endif
-
-#include "proj_api.h"
+#include "proj_internal.h"
#include <stdio.h> /* for printf declaration */
@@ -54,9 +50,9 @@ static volatile int started = 0;
static void* thread_main(void* unused)
{
- projCtx p_proj_ctxt;
- projPJ p_WGS84_proj;
- projPJ p_OSGB36_proj;
+ PJ_CONTEXT *p_proj_ctxt;
+ PJ *p_WGS84_proj;
+ PJ * p_OSGB36_proj;
(void)unused;
__sync_add_and_fetch(&started, 1);