comparison src/main.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 e06947d07086
children fbebf5cf4a55
comparison
equal deleted inserted replaced
670:a484500de88d 671:8268cbe682f1
14 #include "main.h" 14 #include "main.h"
15 15
16 #include "cache.h" 16 #include "cache.h"
17 #include "collect.h" 17 #include "collect.h"
18 #include "collect-io.h" 18 #include "collect-io.h"
19 #include "debug.h"
20 #include "dnd.h" 19 #include "dnd.h"
21 #include "editors.h" 20 #include "editors.h"
22 #include "filedata.h" 21 #include "filedata.h"
23 #include "filefilter.h" 22 #include "filefilter.h"
24 #include "fullscreen.h" 23 #include "fullscreen.h"