From 25faba157e78b979b29ba53d31c2886e956ce6cf Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 5 Jan 2015 19:33:32 +0100 Subject: [PATCH] combase: Remove an unused default debug channel. --- dlls/combase/string.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/combase/string.c b/dlls/combase/string.c index 5fe4321ed9b..9ec05c64828 100644 --- a/dlls/combase/string.c +++ b/dlls/combase/string.c @@ -21,9 +21,7 @@ #include "windows.h" #include "winerror.h" #include "hstring.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(combase); struct hstring_private { -- 2.11.4.GIT