Mercurial > geeqie
diff src/utilops.c @ 586:905688aa2317
split filelist.c to filefilter.c and filedata.c
author | nadvornik |
---|---|
date | Mon, 05 May 2008 19:11:12 +0000 |
parents | 985fdfebd89e |
children | f8c93e1d728d |
line wrap: on
line diff
--- a/src/utilops.c Mon May 05 09:21:01 2008 +0000 +++ b/src/utilops.c Mon May 05 19:11:12 2008 +0000 @@ -20,7 +20,8 @@ #include "collect.h" #include "debug.h" #include "dupe.h" -#include "filelist.h" +#include "filedata.h" +#include "filefilter.h" #include "image.h" #include "img-view.h" #include "layout.h"