From 97e7affe32b9c25e43d86775ee70703031ab21cc Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 5 Nov 2015 18:54:24 +0900 Subject: [PATCH] x3daudio1_7: Remove unused debug channel. Signed-off-by: Alexandre Julliard --- dlls/x3daudio1_7/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/x3daudio1_7/main.c b/dlls/x3daudio1_7/main.c index 7f64112ad82..5d1a5a5788c 100644 --- a/dlls/x3daudio1_7/main.c +++ b/dlls/x3daudio1_7/main.c @@ -15,6 +15,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ + #include "config.h" #include @@ -22,10 +23,6 @@ #include "winbase.h" #include "x3daudio.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(x3daudio); - BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) { switch (reason) -- 2.11.4.GIT