From ca6fdaac08cb235705e1a9aa20b18fcc42c51006 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 3 Jan 2008 18:52:25 +0000 Subject: [PATCH] Changed include directory path format to new format --- Cantera/clib/src/ctbdry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/clib/src/ctbdry.cpp b/Cantera/clib/src/ctbdry.cpp index ba3a12635..5b44ea0fb 100755 --- a/Cantera/clib/src/ctbdry.cpp +++ b/Cantera/clib/src/ctbdry.cpp @@ -10,8 +10,8 @@ // Cantera includes -#include "oneD/OneDim.h" -#include "oneD/Inlet1D.h" +#include "OneDim.h" +#include "Inlet1D.h" #include "InterfaceKinetics.h" #include "Cabinet.h" #include "Storage.h"