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/ObjectsParser.cpp

    r2130 r2176  
    55#include <stdlib.h> 
    66#include <iostream> 
    7 //#include <ext/algorithm> 
    8  
    9 using namespace std; 
    107#include <xercesc/util/PlatformUtils.hpp> 
    118 
     
    3431#include "BvHierarchy.h" 
    3532 
     33 
     34using namespace std; 
    3635 
    3736namespace GtpVisibilityPreprocessor { 
Note: See TracChangeset for help on using the changeset viewer.