]> git.street.me.uk Git - andy/viking.git/blobdiff - src/dialog.h
Gpslayer: New menu items to remove all tracks and waypoints in GPS folders.
[andy/viking.git] / src / dialog.h
index 7160b7fc617983d52d7bd84ab3351c93ed013fae..dafce1697f6a614eeddee1f13075e1ced83d31cb 100644 (file)
 #ifndef _VIKING_DIALOG_H
 #define _VIKING_DIALOG_H
 
 #ifndef _VIKING_DIALOG_H
 #define _VIKING_DIALOG_H
 
+#include <glib.h>
+#include <gtk/gtk.h>
+
+#include "coords.h"
+#include "vikwaypoint.h"
+#include "vikcoord.h"
+
 /* most of this file is an architechtural flaw. */
 
 #define a_dialog_info_msg(win,info) a_dialog_msg(win,GTK_MESSAGE_INFO,info,NULL)
 /* most of this file is an architechtural flaw. */
 
 #define a_dialog_info_msg(win,info) a_dialog_msg(win,GTK_MESSAGE_INFO,info,NULL)