From: <sv...@ww...> - 2004-05-10 04:34:51
|
Author: delta Date: 2004-05-02 07:27:22 -0700 (Sun, 02 May 2004) New Revision: 932 Modified: trunk/CSP/CSPSim/Include/Exception.h Log: Moved #include "DemeterException.h" to Exception.cpp. Modified: trunk/CSP/CSPSim/Include/Exception.h =================================================================== --- trunk/CSP/CSPSim/Include/Exception.h 2004-04-26 20:35:41 UTC (rev 931) +++ trunk/CSP/CSPSim/Include/Exception.h 2004-05-02 14:27:22 UTC (rev 932) @@ -25,11 +25,11 @@ #ifndef __CSP_EXCEPTION_H__ #define __CSP_EXCEPTION_H__ - #include <SimData/ExceptionBase.h> -#include "DemeterException.h" +class DemeterException; + namespace csp { /** |