Remove unnecessary include of windows.h

This commit is contained in:
Ray Speth 2014-02-21 19:08:07 +00:00
parent 9153c00d94
commit 4a83d6450b

View file

@ -26,10 +26,6 @@
using namespace std;
using namespace Cantera;
#ifdef _WIN32
#include "windows.h"
#endif
typedef Cabinet<ThermoPhase> ThermoCabinet;
typedef Cabinet<Kinetics> KineticsCabinet;
typedef Cabinet<Transport> TransportCabinet;