--- xlogical-1.0/properties.h.orig 2002-10-25 18:21:14 +0400 +++ xlogical-1.0/properties.h 2002-10-25 18:21:19 +0400 @@ -33,9 +33,7 @@ #include #include -#ifdef WIN32 using namespace std; -#endif #include "defs.h" --- xlogical-1.0/anim.h.prog 2002-10-25 18:07:14 +0400 +++ xlogical-1.0/anim.h 2002-10-25 18:18:26 +0400 @@ -27,9 +27,7 @@ // Language Includes #include -#ifdef WIN32 using namespace std; -#endif // Application Includes #include "graph.h" --- xlogical-1.0/exception.h.orig 2002-10-25 18:18:53 +0400 +++ xlogical-1.0/exception.h 2002-10-25 18:19:30 +0400 @@ -27,10 +27,9 @@ // Language Includes #include +#include -#ifdef WIN32 using namespace std; -#endif #define CatchEx(aEx) catch( CXLException aEx ) #define ThrowEx(aError) throw CXLException(aError,__FILE__,__LINE__)