Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsParser.cpp

    r2123 r2176  
    55#include <stdlib.h> 
    66#include <iostream> 
    7 //#include <ext/algorithm> 
    8  
    9 using namespace std; 
    107#include <xercesc/util/PlatformUtils.hpp> 
    118 
     
    3835#include "HierarchyManager.h" 
    3936 
     37 
     38using namespace std; 
    4039 
    4140namespace GtpVisibilityPreprocessor { 
Note: See TracChangeset for help on using the changeset viewer.