]> git.street.me.uk Git - andy/viking.git/commitdiff
[QA] Tidy up vikgoto header usage.
authorRob Norris <rw_norris@hotmail.com>
Sat, 1 Dec 2012 00:50:03 +0000 (00:50 +0000)
committerRob Norris <rw_norris@hotmail.com>
Sun, 20 Jan 2013 13:46:17 +0000 (13:46 +0000)
src/vikgoto.c
src/vikgoto.h

index 27a7ce8882299695b31f917b4fe48df31f03320e..8e19c6a7ff5cf958c4f155f1d79bc1343b8644cb 100644 (file)
@@ -32,9 +32,8 @@
 
 #include "viking.h"
 #include "util.h"
-#include "curl_download.h"
-
 #include "vikgototool.h"
+#include "vikgoto.h"
 
 static gchar *last_goto_str = NULL;
 static VikCoord *last_coord = NULL;
index b48c62b00c12d4ecde2e4785d204e05bf81e9514..7bc69a2da899efe2fdd3fba128150184e2d5ca0f 100644 (file)
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
 void vik_goto_register (VikGotoTool *tool);
 void vik_goto_unregister_all (void);
 
-extern void a_vik_goto(VikWindow *vw, VikViewport *vvp);
+void a_vik_goto(VikWindow *vw, VikViewport *vvp);
 gchar * a_vik_goto_get_search_string_for_this_place(VikWindow *vw);
 
 G_END_DECLS