aboutsummaryrefslogtreecommitdiff
path: root/src/4D_api.cpp
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2019-09-18 16:29:35 -0400
committerCharles Karney <charles.karney@sri.com>2019-09-18 16:29:35 -0400
commitaa215ceeaaf6e5120f0eb2d28887471a8d819f10 (patch)
tree965b33e43f42ec7a624d185183f443bd511df559 /src/4D_api.cpp
parent646da7bf3868090ec8ac2d05ab63781de86be64b (diff)
downloadPROJ-aa215ceeaaf6e5120f0eb2d28887471a8d819f10.tar.gz
PROJ-aa215ceeaaf6e5120f0eb2d28887471a8d819f10.zip
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
needs <limits.h>. Update scripts/reference_exported_symbols.txt and src/proj_symbol_rename.h.
Diffstat (limited to 'src/4D_api.cpp')
-rw-r--r--src/4D_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp
index 70eaac6a..db1d9516 100644
--- a/src/4D_api.cpp
+++ b/src/4D_api.cpp
@@ -45,7 +45,7 @@
#include "proj.h"
#include "proj_experimental.h"
#include "proj_internal.h"
-#include "proj_math.h"
+#include <math.h>
#include "geodesic.h"
#include "proj/common.hpp"