Ignore:
Timestamp:
09/17/04 18:36:25 (20 years ago)
Author:
moralejo
Message:
 Commited to CVS all changes to adapt headers to current C++ syntaxis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Starfield/star.hxx

    r341 r5110  
    44
    55#include <math.h>
    6 #include <string.h>
    76#include <stdio.h>
    8 #include <iostream.h>
    9 #include <fstream.h>
     7#include <iostream>
     8#include <string>
     9#include <fstream>
    1010#include "jcmacros.h"
    1111
     
    6363#endif
    6464
    65 
     65using namespace std;
    6666
    6767class star{
Note: See TracChangeset for help on using the changeset viewer.