From 57877b2487932ec3cc780829a50ce2a6f612c6be Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 24 Aug 2010 10:04:51 +0200 Subject: [PATCH] msvcp90: Remove the msvcp90 debug channel where unused. --- dlls/msvcp90/memory.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlls/msvcp90/memory.c b/dlls/msvcp90/memory.c index acbdda774db..7dac5035ca1 100644 --- a/dlls/msvcp90/memory.c +++ b/dlls/msvcp90/memory.c @@ -25,8 +25,7 @@ #include "windef.h" #include "winbase.h" -#include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(msvcp90); + /* ?address@?$allocator@D@std@@QBEPADAAD@Z */ /* ?address@?$allocator@D@std@@QEBAPEADAEAD@Z */ -- 2.11.4.GIT