diff src/ui_bookmark.c @ 586:905688aa2317

split filelist.c to filefilter.c and filedata.c
author nadvornik
date Mon, 05 May 2008 19:11:12 +0000
parents 57007e49d767
children 8268cbe682f1
line wrap: on
line diff
--- a/src/ui_bookmark.c	Mon May 05 09:21:01 2008 +0000
+++ b/src/ui_bookmark.c	Mon May 05 19:11:12 2008 +0000
@@ -24,7 +24,7 @@
 #include <gdk/gdkkeysyms.h> /* for key values */
 
 #include "main.h"
-#include "filelist.h"
+#include "filedata.h"
 
 #include "debug.h"
 #include "secure_save.h"