IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2004, 8:50:52 AM (22 years ago)
Author:
desonia
Message:

removed the use of psLib.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r699 r716  
    33#include <string.h>
    44#include <stdarg.h>
    5 //#include "pslib.h"
     5#include <float.h>
     6#include <math.h>
     7
    68#include "psMemory.h"
    79#include "psVector.h"
    8 //#include "psTrace.h"
    9 //#include "psString.h"
    10 //#include "psError.h"
    11 //#include "psArray.h"
     10#include "psTrace.h"
     11#include "psError.h"
     12#include "psAbort.h"
    1213#include "psStats.h"
    13 
    14 #include "float.h"
    15 #include <math.h>
     14#include "psSort.h"
     15
    1616
    1717/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.