Mercurial > geeqie
comparison src/image-load.c @ 176:695e1ad3b169
simplified exif.h, moved implementation-specific stuff to exif-int.h
author | nadvornik |
---|---|
date | Wed, 13 Feb 2008 13:57:31 +0000 |
parents | 71e1ebee420e |
children | f6e307c7bad6 |
comparison
equal
deleted
inserted
replaced
175:682705e0c0e0 | 176:695e1ad3b169 |
---|---|
12 | 12 |
13 #include "gqview.h" | 13 #include "gqview.h" |
14 #include "image-load.h" | 14 #include "image-load.h" |
15 #include "filelist.h" | 15 #include "filelist.h" |
16 | 16 |
17 #include "format_raw.h" | 17 #include "exif.h" |
18 #include "ui_fileops.h" | 18 #include "ui_fileops.h" |
19 | 19 |
20 #include <fcntl.h> | 20 #include <fcntl.h> |
21 | 21 |
22 | 22 |