From 9e1c02838ed6fba1d492d1c22a86018d2342695d Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 30 Apr 2013 12:14:23 +0200 Subject: [PATCH] Remove forward declaration, as the include is there anyway... --- src/gui/qt/sound/sdlplayer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/qt/sound/sdlplayer.h b/src/gui/qt/sound/sdlplayer.h index 61760c5d..eaae9859 100644 --- a/src/gui/qt/sound/sdlplayer.h +++ b/src/gui/qt/sound/sdlplayer.h @@ -42,8 +42,6 @@ #include #endif -struct Mix_Chunk; - /** @author FThauer FHammer */