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

    r2116 r2176  
    55#include <stdlib.h> 
    66#include <iostream> 
    7 using namespace std; 
    87#include <xercesc/util/PlatformUtils.hpp> 
    98 
     
    3332#include <assert.h> 
    3433#include "Polygon3.h" 
     34 
     35 
     36using namespace std; 
    3537 
    3638namespace GtpVisibilityPreprocessor { 
Note: See TracChangeset for help on using the changeset viewer.