diff --git a/doc/Makefile.am b/doc/Makefile.am index 23cdec1fe..e234f652f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1 @@ SUBDIR = doxygen - -dist-hook: - rm -rf `find $(distdir)/ -name .svn` - rm -rf `find $(distdir)/ -name .deps` diff --git a/test_problems/statmech/statmech_test.cpp b/test_problems/statmech/statmech_test.cpp index 0cf479d5e..ca9a4ae8f 100644 --- a/test_problems/statmech/statmech_test.cpp +++ b/test_problems/statmech/statmech_test.cpp @@ -17,7 +17,7 @@ /*****************************************************************/ /*****************************************************************/ -#include "cantera/Cantera.h" +//#include "cantera/Cantera.h" #include "cantera/transport.h" #include "cantera/IdealGasMix.h" #include "cantera/equil/equil.h" diff --git a/test_problems/statmech/statmech_test_Fe.cpp b/test_problems/statmech/statmech_test_Fe.cpp index c218f6028..3293c22b7 100644 --- a/test_problems/statmech/statmech_test_Fe.cpp +++ b/test_problems/statmech/statmech_test_Fe.cpp @@ -19,7 +19,7 @@ using namespace std; /*****************************************************************/ /*****************************************************************/ -#include "cantera/Cantera.h" +//#include "cantera/Cantera.h" #include "cantera/transport.h" #include "cantera/IdealGasMix.h" #include "cantera/equil/equil.h" diff --git a/test_problems/statmech/statmech_test_poly.cpp b/test_problems/statmech/statmech_test_poly.cpp index 8d820305e..7ce5af28d 100644 --- a/test_problems/statmech/statmech_test_poly.cpp +++ b/test_problems/statmech/statmech_test_poly.cpp @@ -19,7 +19,7 @@ using namespace std; /*****************************************************************/ /*****************************************************************/ -#include "cantera/Cantera.h" +//#include "cantera/Cantera.h" #include "cantera/transport.h" #include "cantera/IdealGasMix.h" #include "cantera/equil/equil.h"