diff --git a/src/clib/ct.cpp b/src/clib/ct.cpp index 371ecf295..59456a5e4 100644 --- a/src/clib/ct.cpp +++ b/src/clib/ct.cpp @@ -26,10 +26,6 @@ using namespace std; using namespace Cantera; -#ifdef _WIN32 -#include "windows.h" -#endif - typedef Cabinet ThermoCabinet; typedef Cabinet KineticsCabinet; typedef Cabinet TransportCabinet;