comparison src/collect.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 f9bf33be53ff
comparison
equal deleted inserted replaced
506:fc9c8a3e1a8b 507:135570a8bd96
15 #include "collect.h" 15 #include "collect.h"
16 16
17 #include "collect-dlg.h" 17 #include "collect-dlg.h"
18 #include "collect-io.h" 18 #include "collect-io.h"
19 #include "collect-table.h" 19 #include "collect-table.h"
20 #include "debug.h"
20 #include "editors.h" 21 #include "editors.h"
21 #include "filelist.h" 22 #include "filelist.h"
22 #include "img-view.h" 23 #include "img-view.h"
23 #include "info.h" 24 #include "info.h"
24 #include "layout.h" 25 #include "layout.h"