From 9ccf267c94446e6986a53303a85827dc912a2eeb Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Wed, 31 Dec 2003 08:14:47 +0000 Subject: [PATCH] removed #include pypath.h --- Cantera/src/ct2ctml.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cantera/src/ct2ctml.cpp b/Cantera/src/ct2ctml.cpp index 33c513585..15992e9b4 100644 --- a/Cantera/src/ct2ctml.cpp +++ b/Cantera/src/ct2ctml.cpp @@ -21,9 +21,9 @@ #include #include "ctml.h" -#ifndef WIN32 -#include "pypath.h" -#endif +//#ifndef WIN32 +//#include "pypath.h" +//#endif using namespace Cantera;