X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..80471a6a905e00bf80ad04fa2061f88ea81f15cb:/src/viking.h?ds=sidebyside diff --git a/src/viking.h b/src/viking.h index f793be1d..8a448309 100644 --- a/src/viking.h +++ b/src/viking.h @@ -24,14 +24,11 @@ #include #include -#include #include #ifdef WINDOWS #include #include -#else -#include #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"