IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3591 for trunk/psLib/src/db


Ignore:
Timestamp:
Mar 30, 2005, 4:54:28 PM (21 years ago)
Author:
desonia
Message:

changed the includes to not use pslib.h.

Location:
trunk/psLib/src/db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r3571 r3591  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-03-30 23:25:18 $
     14 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-03-31 02:54:27 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2929
    3030#include "psDB.h"
    31 #include "pslib.h"
     31#include "psMemory.h"
     32#include "psAbort.h"
     33#include "psError.h"
     34#include "psString.h"
     35
    3236
    3337typedef struct
  • trunk/psLib/src/db/psDB.h

    r3550 r3591  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-29 22:50:43 $
     12 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-31 02:54:28 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2222
    2323#include <mysql.h>
    24 #include "pslib.h"
     24
     25#include "psType.h"
     26#include "psMetadata.h"
    2527
    2628/// @addtogroup DataBase
Note: See TracChangeset for help on using the changeset viewer.