Remove unnecessary include of windows.h
This commit is contained in:
parent
9153c00d94
commit
4a83d6450b
1 changed files with 0 additions and 4 deletions
|
|
@ -26,10 +26,6 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Cantera;
|
using namespace Cantera;
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include "windows.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef Cabinet<ThermoPhase> ThermoCabinet;
|
typedef Cabinet<ThermoPhase> ThermoCabinet;
|
||||||
typedef Cabinet<Kinetics> KineticsCabinet;
|
typedef Cabinet<Kinetics> KineticsCabinet;
|
||||||
typedef Cabinet<Transport> TransportCabinet;
|
typedef Cabinet<Transport> TransportCabinet;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue