aboutsummaryrefslogtreecommitdiff
path: root/src/cs2cs.c
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2018-05-15 13:42:20 -0700
committerKurt Schwehr <schwehr@google.com>2018-05-15 13:42:20 -0700
commit1e8824517900d37232468b9e3d7f3724e7ffa786 (patch)
tree832a1a4c344cad4d4edfbea9b84adddd63e0001e /src/cs2cs.c
parentae40f8d2e407d98b75973dcbe4eb4cf5d3cb87a3 (diff)
downloadPROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.tar.gz
PROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.zip
IWYU: Partial PJ_natearth.c..rtodms.c
Diffstat (limited to 'src/cs2cs.c')
-rw-r--r--src/cs2cs.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/cs2cs.c b/src/cs2cs.c
index de3259d2..167eafa3 100644
--- a/src/cs2cs.c
+++ b/src/cs2cs.c
@@ -26,15 +26,16 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
-#include "proj.h"
-#include "projects.h"
+#include <ctype.h>
+#include <locale.h>
+#include <math.h>
#include <stdio.h>
#include <stdlib.h>
-#include <ctype.h>
#include <string.h>
-#include <math.h>
+
+#include "proj.h"
+#include "projects.h"
#include "emess.h"
-#include <locale.h>
#define MAX_LINE 1000
#define MAX_PARGS 100