IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2006, 4:29:15 PM (20 years ago)
Author:
Paul Price
Message:

Removing inclusion of config.h in header files, and putting it in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmObjects.h

    r6872 r9621  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-04-17 18:01:05 $
     12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-10-18 02:29:15 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717 */
    1818
    19 #if !defined(PM_OBJECTS_H)
     19#ifndef PM_OBJECTS_H
    2020#define PM_OBJECTS_H
    21 
    22 #if HAVE_CONFIG_H
    23 #include <config.h>
    24 #endif
    2521
    2622#include <stdio.h>
    2723#include <math.h>
    28 #include "pslib.h"
     24#include <pslib.h>
    2925
    3026/**
Note: See TracChangeset for help on using the changeset viewer.