Module: wine Branch: master Commit: a9d3d0e9423091b55c19f18e1cbbb7cab06309d6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a9d3d0e9423091b55c19f18e1c... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Dec 28 10:37:28 2008 +0100 winedbg: Remove an unused debug channel (winedbg). --- programs/winedbg/tgt_module.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/programs/winedbg/tgt_module.c b/programs/winedbg/tgt_module.c index 5341726..71a2449 100644 --- a/programs/winedbg/tgt_module.c +++ b/programs/winedbg/tgt_module.c @@ -29,9 +29,7 @@ #include <stdarg.h> #include "debugger.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(winedbg); static struct be_process_io be_process_module_io;