IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2007, 7:35:30 PM (19 years ago)
Author:
jhoblitt
Message:

don't include string.h in psString.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.c

    r10999 r11616  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.130 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-01-09 22:38:52 $
     12*  @version $Revision: 1.131 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-02-03 05:35:30 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222# include "config.h"
    2323#endif
     24
     25#include <math.h>
     26#include <float.h>
     27#include <string.h>
    2428
    2529#include "psType.h"
     
    3539#include "psMatrix.h"
    3640#include "psMinimizePolyFit.h"
    37 #include <math.h>
    38 #include <float.h>
    3941
    4042# define ELIXIR_CODE 1
Note: See TracChangeset for help on using the changeset viewer.