X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fstdafx.h;h=d40344f3103832c9fc7cc666a6d7f0021bfb30ad;hp=45b366b11627ab50bd4f064ca12d70027051df34;hb=07c13dfd11cbd45e96a5c21cd88ccd44601678ea;hpb=f05d6ca255c80170e4e5fc61cc48d87e013b8807 diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index 45b366b1..d40344f3 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -23,9 +23,6 @@ #include #include #include -#ifdef USEOSS -#include -#endif #include #include #define RRand(range) (random()%range)