[svn-r6510] Purpose:

Cleanup

Description:
    Removed "using namespace std" since it's in namespace H5 already.


Platforms tested:
    HPUX 11.00 (kelgia)
    Linux 2.2x (eirene)
    IRIX 6.5.11 (modi4)
    SunOS 5.7 (arabica) - by Elena


Misc. update:
This commit is contained in:
Binh-Minh Ribler
2003-03-19 21:13:13 -05:00
parent 5cc6567850
commit da0f4cd981
7 changed files with 0 additions and 21 deletions

View File

@@ -19,9 +19,6 @@
//
#include <string>
#if !defined(H5_NO_NAMESPACE) && !defined(H5_NO_STD)
using namespace std;
#endif
#ifdef OLD_HEADER_FILENAME
#include <iostream.h>