psx_gpu: do enhanced lines
[pcsx_rearmed.git] / plugins / dfsound / stdafx.h
index 45b366b..d40344f 100644 (file)
@@ -23,9 +23,6 @@
 #include <sys/ioctl.h>
 #include <unistd.h>
 #include <fcntl.h>
-#ifdef USEOSS
-#include <sys/soundcard.h>
-#endif
 #include <unistd.h>
 #include <pthread.h>
 #define RRand(range) (random()%range)