comparison src/thumb_standard.c @ 507:135570a8bd96

Move debug macros from main.h to new debug.h. Make debug_level static to debug.c and add utility functions to manipulate it. Add #include "debug.h" where needed.
author zas_
date Thu, 24 Apr 2008 08:53:39 +0000
parents fc9c8a3e1a8b
children 732f72201fc7
comparison
equal deleted inserted replaced
506:fc9c8a3e1a8b 507:135570a8bd96
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"
18 #include "image-load.h" 19 #include "image-load.h"
19 #include "md5-util.h" 20 #include "md5-util.h"
20 #include "pixbuf_util.h" 21 #include "pixbuf_util.h"
21 #include "ui_fileops.h" 22 #include "ui_fileops.h"
22 23