Changeset 1765 in Sophya


Ignore:
Timestamp:
Nov 14, 2001, 3:12:32 PM (24 years ago)
Author:
aubourg
Message:

back again map.h -> map

Location:
trunk/ArchTOIPipe/Kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoirdr.h

    r1759 r1765  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoirdr.h,v 1.8 2001-11-13 15:47:25 aubourg Exp $
     7// $Id: fitstoirdr.h,v 1.9 2001-11-14 14:12:31 aubourg Exp $
    88
    99
     
    1414#include <string>
    1515#include <vector.h>
    16 #include <map.h>
     16#include <map>
    1717#include "fitsio.h"
    1818
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1759 r1765  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoiwtr.h,v 1.9 2001-11-13 15:47:25 aubourg Exp $
     7// $Id: fitstoiwtr.h,v 1.10 2001-11-14 14:12:32 aubourg Exp $
    88
    99
     
    1414#include "toiprocessor.h"
    1515#include <string>
    16 #include <map.h>
     16#include <map>
    1717#include "fitsio.h"
    1818
  • trunk/ArchTOIPipe/Kernel/toiprocessor.h

    r1762 r1765  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.15 2001-11-13 16:22:47 aubourg Exp $
     7// $Id: toiprocessor.h,v 1.16 2001-11-14 14:12:32 aubourg Exp $
    88
    99
     
    1717
    1818#include <string>
    19 #include <map.h>
     19#include <map>
    2020#include <iostream.h>
    2121
Note: See TracChangeset for help on using the changeset viewer.