sound_dart.c: remove unnecessary and pointless includes.

master
Ozkan Sezer 4 years ago
parent 31710da449
commit 666bd2d3d0
  1. 5
      src/sound_dart.c

@ -15,12 +15,7 @@
#undef VERSION /* stop conflict with os2medef.h */
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#define INCL_DOS
#define INCL_DOSERRORS

Loading…
Cancel
Save