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
parent 78f4aed7a1
commit fbfdb3e210
No known key found for this signature in database
GPG key ID: 60F0A9953A41D30D
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"