From 666bd2d3d00e8dba449e0012f005d778e7b36e20 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 14 Sep 2022 14:11:10 +0300 Subject: [PATCH] sound_dart.c: remove unnecessary and pointless includes. --- src/sound_dart.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sound_dart.c b/src/sound_dart.c index 4aa27d7..bd8cc44 100644 --- a/src/sound_dart.c +++ b/src/sound_dart.c @@ -15,12 +15,7 @@ #undef VERSION /* stop conflict with os2medef.h */ #include -#include #include -#include -#include -#include -#include #define INCL_DOS #define INCL_DOSERRORS