aboutsummaryrefslogtreecommitdiff
path: root/src/cs2cs.c
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2018-05-19 11:31:09 -0700
committerKurt Schwehr <schwehr@google.com>2018-05-19 11:31:09 -0700
commitcb668057bb8c1fad0f5560765770646e1a556406 (patch)
tree706ca897c6dd4616092f587a63bfebcfe98da8c8 /src/cs2cs.c
parentf3c3d15e59ca13e65e701a621c0b67bd2498d06c (diff)
parentd9a0cefbf6bf84257f7f8da2b5ab32fecc9bfef3 (diff)
downloadPROJ-cb668057bb8c1fad0f5560765770646e1a556406.tar.gz
PROJ-cb668057bb8c1fad0f5560765770646e1a556406.zip
Merge branch 'master' into pj_isea_cleanup
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