Move DebugChannel related code to new header

svn-id: r48935
This commit is contained in:
Max Horn 2010-05-04 11:59:22 +00:00
parent b3e404109c
commit 970745e60c
29 changed files with 161 additions and 100 deletions

View file

@ -23,6 +23,7 @@
*/
#include "common/debug.h"
#include "common/debug-channels.h"
#include "common/util.h"
#include <stdarg.h> // For va_list etc.