From 54c14c3ac1cca109725027bc05bd73bd92c05072 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 10 Jun 2014 16:21:46 +0000 Subject: [PATCH] Remove orphaned 'Cantera_legacy.h' file --- platform/legacy/Cantera_legacy.h | 34 -------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 platform/legacy/Cantera_legacy.h diff --git a/platform/legacy/Cantera_legacy.h b/platform/legacy/Cantera_legacy.h deleted file mode 100644 index 561558a46..000000000 --- a/platform/legacy/Cantera_legacy.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef CANTERA_H_INCL -#define CANTERA_H_INCL - -// Legacy 'Cantera.h' header for applications that have not -// updated to the new header files. - -#warning "Use of Cantera.h is deprecated. Please include required headers directly instead." - -// definitions -#ifndef CANTERA_APP -#define CANTERA_APP -#endif - -#include "kernel/ct_defs.h" - -// some useful functions -#include "kernel/global.h" - -// the CanteraError exception class -#include "kernel/ctexceptions.h" - -// The Cantera logger class -#include "kernel/logger.h" - -// Include the timer -#include "kernel/clockWC.h" - -// Include routines for reading and writing XML files -#include "kernel/xml.h" - -// Include string utility routines -#include "kernel/stringUtils.h" - -#endif