IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11616


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

don't include string.h in psString.h

Location:
trunk/psLib/src
Files:
3 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
  • trunk/psLib/src/math/psMD5.c

    r10999 r11616  
    44
    55#include <stdio.h>
     6#include <string.h>
    67#include <openssl/md5.h>
    78
  • trunk/psLib/src/sys/psString.h

    r11248 r11616  
    1010 * @author David Robbins, MHPCC
    1111 *
    12  * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2007-01-23 22:47:23 $
     12 * @version $Revision: 1.36 $ $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
     
    2323
    2424#include <sys/types.h>
    25 #include <string.h>
    2625#include <stdarg.h>
    2726#include "psType.h"
Note: See TracChangeset for help on using the changeset viewer.