comparison src/utilops.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 985fdfebd89e
comparison
equal deleted inserted replaced
506:fc9c8a3e1a8b 507:135570a8bd96
16 16
17 17
18 #include "cache.h" 18 #include "cache.h"
19 #include "cache_maint.h" 19 #include "cache_maint.h"
20 #include "collect.h" 20 #include "collect.h"
21 #include "debug.h"
21 #include "dupe.h" 22 #include "dupe.h"
22 #include "filelist.h" 23 #include "filelist.h"
23 #include "image.h" 24 #include "image.h"
24 #include "img-view.h" 25 #include "img-view.h"
25 #include "layout.h" 26 #include "layout.h"