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/pmImageCombine.h

    r8004 r9621  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-07-28 03:21:19 $
     10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-10-18 02:29:15 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515 */
    1616
    17 #if !defined(PM_IMAGE_COMBINE_H)
     17#ifndef PM_IMAGE_COMBINE_H
    1818#define PM_IMAGE_COMBINE_H
    1919
    20 #if HAVE_CONFIG_H
    21 #include <config.h>
    22 #endif
    23 
    24 #include<stdio.h>
    25 #include<math.h>
    26 #include "pslib.h"
     20#include <stdio.h>
     21#include <math.h>
     22#include <pslib.h>
    2723
    2824psImage *pmCombineImages(
Note: See TracChangeset for help on using the changeset viewer.