]> git.street.me.uk Git - andy/viking.git/blobdiff - src/viking.h
Fix small memory leak - free dirpath in all circumstances.
[andy/viking.git] / src / viking.h
index 8a4483094ab2b5539ec1a1d951fe32b24b186b7b..fedcb0d4e94488f998aceb5df6b871480ce709c4 100644 (file)
 #include "globals.h"
 #include "coords.h"
 #include "vikcoord.h"
+#include "vik_compat.h"
 #include "download.h"
 #include "vikwaypoint.h"
 #include "viktrack.h"
 #include "vikviewport.h"
 #include "viktreeview.h"
 #include "viklayer.h"
+#include "viklayer_defaults.h"
 #include "vikaggregatelayer.h"
 #include "viklayerspanel.h"
 #include "vikcoordlayer.h"
 #include "vikfileentry.h"
 #include "viktrwlayer.h"
 #include "vikgpslayer.h"
+#ifdef HAVE_LIBMAPNIK
+#include "vikmapniklayer.h"
+#endif
 #include "clipboard.h"
 #include "dialog.h"
 #include "file.h"
+#include "fileutils.h"
 #include "vikwindow.h"
 #include "gpspoint.h"
 #include "gpsmapper.h"
+#include "settings.h"
+#include "util.h"
 
 #endif