From 1a82212cb48eb20bb53f10377349f66c3708244b Mon Sep 17 00:00:00 2001 From: Gerry Stellenberg Date: Sun, 2 Jan 2011 21:35:17 -0600 Subject: [PATCH] Removed unnecesary ifdef around stdio.h. stdio.h should be available on all platforms. --- src/PRDevice.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/PRDevice.cpp b/src/PRDevice.cpp index f908659..015a587 100644 --- a/src/PRDevice.cpp +++ b/src/PRDevice.cpp @@ -34,9 +34,7 @@ #ifndef _MSC_VER #include #endif -#ifndef __WIND32__ - #include -#endif +#include PRDevice::PRDevice(PRMachineType machineType) : machineType(machineType) {