diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2019-03-29 19:17:37 +0000 |
|---|---|---|
| committer | Chris Mayo <aklhfex@gmail.com> | 2019-03-29 19:17:37 +0000 |
| commit | 095d2204f8bb05d172936aebbb1e9e44852c049f (patch) | |
| tree | 08ff5e5c63f4a78a9c246d2b7c17b78eda6359cc /src/nad_intr.cpp | |
| parent | a0dfcf28d3af1179847c75a2a8981cb7fe967ab8 (diff) | |
| download | PROJ-095d2204f8bb05d172936aebbb1e9e44852c049f.tar.gz PROJ-095d2204f8bb05d172936aebbb1e9e44852c049f.zip | |
Remove duplicate instances of #include "proj_internal.h"
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
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; |
