]> err.no Git - mapper/commitdiff
Remove useless includes
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 2 Aug 2007 09:05:01 +0000 (12:05 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 2 Aug 2007 09:05:01 +0000 (12:05 +0300)
src/osm-db.c

index 24019a821a9cf4556a3ee1e2aa40ff62d5cd530a..3702ef1d37bb6c0863e4536d7dd64875741d457a 100644 (file)
@@ -1,17 +1,13 @@
 #define _GNU_SOURCE
 
-#include <stdio.h>
 #include <unistd.h>
 #include <string.h>
 #include <strings.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
 #include <math.h>
 #include <glib.h>
 #include <glib/gstdio.h>
 #include <sqlite3.h>
-#include <expat.h>
 
 #include "osm.h"
 #include "latlon.h"