From 13d031196b3b756b19dc24bcc9b57bc32bdb9ee4 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 21 Aug 2019 21:07:00 +0200 Subject: [PATCH] - removed redundant include. --- src/sound/backend/i_sound.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/backend/i_sound.h b/src/sound/backend/i_sound.h index 4346118f7..6323e361d 100644 --- a/src/sound/backend/i_sound.h +++ b/src/sound/backend/i_sound.h @@ -35,7 +35,6 @@ #ifndef __I_SOUND__ #define __I_SOUND__ -#include "doomtype.h" #include "i_soundinternal.h" class FileReader;