diff options
-rw-r--r-- | vos/source/object.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vos/source/object.cxx b/vos/source/object.cxx index 13474b928370..39c3cfe35d5a 100644 --- a/vos/source/object.cxx +++ b/vos/source/object.cxx @@ -4,9 +4,9 @@ * * $RCSfile: object.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2005-12-28 17:33:52 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:42:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,10 +47,7 @@ #include <vos/object.hxx> - -#ifdef _USE_NAMESPACE using namespace vos; -#endif ///////////////////////////////////////////////////////////////////////////// // Object super class |