From 7735f024eabd6fa0f32df8fce2a0efdc4451cdcd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 22 Jun 2010 17:54:19 +0200 Subject: [PATCH] msvcr100: The msvcr100 debug channel is unused so remove it. --- dlls/msvcr100/msvcr100.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/msvcr100/msvcr100.c b/dlls/msvcr100/msvcr100.c index 735092e4a56..274d4c75d99 100644 --- a/dlls/msvcr100/msvcr100.c +++ b/dlls/msvcr100/msvcr100.c @@ -23,9 +23,7 @@ #include "stdlib.h" #include "windef.h" #include "winbase.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(msvcr100); /********************************************************************* * DllMain (MSVCR100.@)