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=fa56d36096cd4ab2b227ce2aa61c8404b8874689;hpb=6d866bb7894b252fc430a24a97769511d5ead1ca 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)