From e8f49c5d9a57a2679e23498588a72fd340fbd92f Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Fri, 4 May 2007 15:48:43 +0000 Subject: [PATCH] minor cleanup --- Cantera/cxx/include/Edge.h | 2 +- Cantera/cxx/include/GRI30.h | 2 +- Cantera/cxx/include/IncompressibleSolid.h | 2 +- Cantera/cxx/include/Interface.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cantera/cxx/include/Edge.h b/Cantera/cxx/include/Edge.h index cb04e7e73..968990ce9 100644 --- a/Cantera/cxx/include/Edge.h +++ b/Cantera/cxx/include/Edge.h @@ -5,7 +5,7 @@ #include "kernel/EdgePhase.h" #include "kernel/EdgeKinetics.h" -#include "kernel/importCTML.h" +#include "kernel/importKinetics.h" namespace Cantera { diff --git a/Cantera/cxx/include/GRI30.h b/Cantera/cxx/include/GRI30.h index b0d8f416b..ea9f30b99 100644 --- a/Cantera/cxx/include/GRI30.h +++ b/Cantera/cxx/include/GRI30.h @@ -8,7 +8,7 @@ #include "kernel/IdealGasPhase.h" #include "kernel/GRI_30_Kinetics.h" -#include "kernel/importCTML.h" +#include "kernel/importKinetics.h" namespace Cantera { diff --git a/Cantera/cxx/include/IncompressibleSolid.h b/Cantera/cxx/include/IncompressibleSolid.h index 4cae7f94d..eca76f39d 100644 --- a/Cantera/cxx/include/IncompressibleSolid.h +++ b/Cantera/cxx/include/IncompressibleSolid.h @@ -4,7 +4,7 @@ #include #include "kernel/ConstDensityThermo.h" -#include "kernel/importCTML.h" +#include "kernel/importKinetics.h" namespace Cantera { diff --git a/Cantera/cxx/include/Interface.h b/Cantera/cxx/include/Interface.h index 1490a7a67..6bc7d46bf 100644 --- a/Cantera/cxx/include/Interface.h +++ b/Cantera/cxx/include/Interface.h @@ -3,7 +3,7 @@ #include -#include "thermo" +#include "thermo.h" #include "kernel/SurfPhase.h" #include "kernel/InterfaceKinetics.h" #include "kernel/importKinetics.h"