comparison src/thumb_standard.c @ 671:8268cbe682f1

Include debug.h from main.h since debug macros may be used anywhere in the code.
author zas_
date Fri, 16 May 2008 10:02:56 +0000
parents 732f72201fc7
children c534b8cecc1f
comparison
equal deleted inserted replaced
670:a484500de88d 671:8268cbe682f1
13 13
14 #include "main.h" 14 #include "main.h"
15 #include "thumb_standard.h" 15 #include "thumb_standard.h"
16 16
17 #include "cache.h" /* for cache_ensure_dir_exists */ 17 #include "cache.h" /* for cache_ensure_dir_exists */
18 #include "debug.h"
19 #include "image-load.h" 18 #include "image-load.h"
20 #include "md5-util.h" 19 #include "md5-util.h"
21 #include "pixbuf_util.h" 20 #include "pixbuf_util.h"
22 #include "ui_fileops.h" 21 #include "ui_fileops.h"
23 22