diff --git a/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp b/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp index f222afc67..77f5ecc6d 100644 --- a/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp +++ b/test_problems/cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp @@ -10,19 +10,10 @@ */ #include -#ifdef SRCDIRTREE -#include "ct_defs.h" -#include "logger.h" -#include "TemperatureTable.h" -#include "ThermoPhase.h" -#include "HMWSoln.h" -#include "importCTML.h" -#else #include "Cantera.h" #include "thermo.h" #include "kernel/HMWSoln.h" #include "TemperatureTable.h" -#endif using namespace std; using namespace Cantera;