OPNMIDI: Try to remive the unistd header at PMDWin emulator

Seems it doesn't required here...
This commit is contained in:
Wohlstand 2020-09-28 23:30:47 +03:00 committed by Christoph Oelckers
parent 6b2e4b9153
commit c4f24b47f4
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <stdint.h>
#include <stdarg.h>
#include <math.h>
#include <unistd.h>
#include <assert.h>
#include "op.h"
#include "psg.h"

View file

@ -39,7 +39,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <unistd.h>
#include "op.h"
#include "psg.h"