From a9d3d0e9423091b55c19f18e1cbbb7cab06309d6 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 28 Dec 2008 10:37:28 +0100 Subject: [PATCH] winedbg: Remove an unused debug channel (winedbg). --- programs/winedbg/tgt_module.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/winedbg/tgt_module.c b/programs/winedbg/tgt_module.c index 5341726d5e5..71a24495178 100644 --- a/programs/winedbg/tgt_module.c +++ b/programs/winedbg/tgt_module.c @@ -29,9 +29,7 @@ #include #include "debugger.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(winedbg); static struct be_process_io be_process_module_io;