Skip to content

Commit

Permalink
PMDWin: Re-Apply the unistd.h include removal
Browse files Browse the repository at this point in the history
1) It's unused
2) Fixes MSVC build

c07b571
  • Loading branch information
Wohlstand committed Jan 1, 2023
1 parent 2c348b3 commit 81178c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/chips/pmdwin/opna.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions src/chips/pmdwin/psg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -340,4 +339,3 @@ void PSGMix(PSG *psg, int32_t *dest, uint32_t nsamples)
}
}
}

0 comments on commit 81178c3

Please sign in to comment.