diff src/layout.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 0717bcc4f2b7
line wrap: on
line diff
--- a/src/layout.c	Thu Apr 24 00:15:03 2008 +0000
+++ b/src/layout.c	Thu Apr 24 08:53:39 2008 +0000
@@ -13,8 +13,10 @@
 #include "main.h"
 #include "layout.h"
 
+#include "color-man.h"
+#include "debug.h"
+#include "histogram.h"
 #include "image.h"
-#include "color-man.h"
 #include "image-overlay.h"
 #include "layout_config.h"
 #include "layout_image.h"
@@ -31,7 +33,6 @@
 #include "ui_menu.h"
 #include "ui_misc.h"
 #include "ui_tabcomp.h"
-#include "histogram.h"
 
 
 #define MAINWINDOW_DEF_WIDTH 700