]> err.no Git - mapper/commitdiff
include dialogs.h
authorKaj-Michael Lang <milang@onion.tal.org>
Fri, 1 Feb 2008 14:26:02 +0000 (16:26 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Fri, 1 Feb 2008 14:26:02 +0000 (16:26 +0200)
src/gps-browse.c
src/map-repo.c
src/map.c
src/search.c
src/settings-gui.c

index 57b8703bff3a8201bc49e42e9f99f34873a333ae..bdbf0f48d43498fea849c76c72f97c9cd477a815 100644 (file)
@@ -47,6 +47,7 @@
 
 #include "utils.h"
 #include "mapper-types.h"
+#include "dialogs.h"
 #include "bluetooth-scan.h"
 
 /**
index 9becf6145c93007bc98ee3892222f572a907eb37..e5a8d90fcecc92eb2a6d5df637cf9743b5481f4f 100644 (file)
@@ -47,7 +47,7 @@
 #include "mapper-types.h"
 #include "map-download.h"
 #include "ui-common.h"
-
+#include "dialogs.h"
 #include "help.h"
 
 #define MAP_REPO_LIST_URL "http://www.gnuite.com/nokia770/maemo-mapper/repos.txt"
index 39feb42adad0dec35bd47eaf6b7b20d6dbf09e99..d05908e1e65aaf46def6945965c7989919c211e7 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -60,6 +60,7 @@
 #include "map-download.h"
 #include "announcements.h"
 #include "gtkcompass.h"
+#include "dialogs.h"
 
 #define DEBUG_MAP_TIME 1
 
index e41f10565f47692b5e3044c005f1eccd850df2fb..a03d17a021ccf12fbdf2571a54140520a6353539 100644 (file)
@@ -51,6 +51,7 @@
 #include "help.h"
 #include "osm-db.h"
 #include "search.h"
+#include "dialogs.h"
 
 typedef struct _search_dialog search_dialog;
 struct _search_dialog {
index f15f9b1290c2956d4ca66ddbeb6499768afde887..7e98c4c01ebaeefa4170e96695abcb3b3846e845 100644 (file)
@@ -32,6 +32,7 @@
 #include "help.h"
 #include "osm-db.h"
 #include "settings-gui.h"
+#include "dialogs.h"
 
 typedef struct _KeysDialogInfo KeysDialogInfo;
 struct _KeysDialogInfo {