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/imcombine/pmImageSubtract.h

    r7018 r9621  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-01 01:56:48 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-10-18 02:29:15 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1414 */
    1515
    16 #if !defined(PM_IMAGE_COMBINE_H)
     16#ifndef PM_IMAGE_COMBINE_H
    1717#define PM_IMAGE_COMBINE_H
    1818
    19 #if HAVE_CONFIG_H
    20 #include <config.h>
    21 #endif
    22 
    23 #include<stdio.h>
    24 #include<math.h>
    25 #include "pslib.h"
    26 #include "psConstants.h"
     19#include <stdio.h>
     20#include <math.h>
     21#include <pslib.h>
    2722
    2823typedef enum {
Note: See TracChangeset for help on using the changeset viewer.