]> git.street.me.uk Git - andy/viking.git/blobdiff - src/viking.h
Tidy up: simpler and better use of trackpoint free methods in TRW Layer.
[andy/viking.git] / src / viking.h
index f793be1d6eecf372a869f4d1c9abf0dbd75ce21d..8a4483094ab2b5539ec1a1d951fe32b24b186b7b 100644 (file)
 
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixdata.h>
-#include <stdio.h>
 #include <time.h>
 
 #ifdef WINDOWS
 #include <io.h>
 #include <winsock.h>
-#else
-#include <unistd.h>
 #endif
 
 #include "config.h"
@@ -39,7 +36,7 @@
 #include "globals.h"
 #include "coords.h"
 #include "vikcoord.h"
-#include "http.h"
+#include "download.h"
 #include "vikwaypoint.h"
 #include "viktrack.h"
 #include "vikviewport.h"
@@ -52,6 +49,7 @@
 #include "vikstatus.h"
 #include "vikfileentry.h"
 #include "viktrwlayer.h"
+#include "vikgpslayer.h"
 #include "clipboard.h"
 #include "dialog.h"
 #include "file.h"