comparison src/debug.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 b78a91d0779e
children fbebf5cf4a55
comparison
equal deleted inserted replaced
670:a484500de88d 671:8268cbe682f1
8 * Please read the included file COPYING for more information. 8 * Please read the included file COPYING for more information.
9 * This software comes with no warranty of any kind, use at your own risk! 9 * This software comes with no warranty of any kind, use at your own risk!
10 */ 10 */
11 11
12 #include "main.h" 12 #include "main.h"
13 #include "debug.h"
14 13
15 #ifdef DEBUG 14 #ifdef DEBUG
16 15
17 static gint debug_level = DEBUG_LEVEL_MIN; 16 static gint debug_level = DEBUG_LEVEL_MIN;
18 17