aboutsummaryrefslogtreecommitdiff
path: root/src/pj_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_utils.c')
-rw-r--r--src/pj_utils.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pj_utils.c b/src/pj_utils.c
index 5a1faf72..3f18cc7e 100644
--- a/src/pj_utils.c
+++ b/src/pj_utils.c
@@ -28,9 +28,10 @@
#define PJ_LIB__
-#include "projects.h"
+#include <stdio.h>
#include <string.h>
-#include <math.h>
+
+#include "projects.h"
/************************************************************************/
/* pj_is_latlong() */