mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-02-17 09:02:23 +00:00
OPNMIDI: Try to remive the unistd header at PMDWin emulator
Seems it doesn't required here...
This commit is contained in:
parent
6b2e4b9153
commit
c4f24b47f4
2 changed files with 0 additions and 2 deletions
1
thirdparty/opnmidi/chips/pmdwin/opna.c
vendored
1
thirdparty/opnmidi/chips/pmdwin/opna.c
vendored
|
@ -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"
|
||||
|
|
1
thirdparty/opnmidi/chips/pmdwin/psg.c
vendored
1
thirdparty/opnmidi/chips/pmdwin/psg.c
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue