diff options
Diffstat (limited to 'src/nad_intr.cpp')
| -rw-r--r-- | src/nad_intr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nad_intr.cpp b/src/nad_intr.cpp index 2c301ef8..8dc2f652 100644 --- a/src/nad_intr.cpp +++ b/src/nad_intr.cpp @@ -1,9 +1,8 @@ /* Determine nad table correction value */ #define PJ_LIB__ -#include "proj_internal.h" -#include "proj_math.h" #include "proj.h" #include "proj_internal.h" +#include "proj_math.h" PJ_LP nad_intr(PJ_LP t, struct CTABLE *ct) { PJ_LP val, frct; |
