diff src/cache-loader.c @ 586:905688aa2317

split filelist.c to filefilter.c and filedata.c
author nadvornik
date Mon, 05 May 2008 19:11:12 +0000
parents db08ccd54169
children 631d626c1f6b
line wrap: on
line diff
--- a/src/cache-loader.c	Mon May 05 09:21:01 2008 +0000
+++ b/src/cache-loader.c	Mon May 05 19:11:12 2008 +0000
@@ -14,7 +14,7 @@
 #include "cache-loader.h"
 #include "cache.h"
 
-#include "filelist.h"
+#include "filedata.h"
 #include "exif.h"
 #include "md5-util.h"
 #include "ui_fileops.h"