1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Removed unnecesary ifdef around stdio.h. stdio.h should be available on all platforms.

This commit is contained in:
Gerry Stellenberg
2011-01-02 21:35:17 -06:00
parent a07206ff39
commit 1a82212cb4

View File

@@ -34,9 +34,7 @@
#ifndef _MSC_VER
#include <unistd.h>
#endif
#ifndef __WIND32__
#include <stdio.h>
#endif
PRDevice::PRDevice(PRMachineType machineType) : machineType(machineType)
{