/*
 * PCN Abstract Machine Emulator
 * Authors:     Steve Tuecke and Ian Foster
 *              Argonne National Laboratory
 *
 * Please see the DISCLAIMER file in the top level directory of the
 * distribution regarding the provisions under which this software
 * is distributed.
 *
 * pcn.h  -  main PCN header file
 */

#include "install.h"

#ifdef SR_HEADER
#include SR_HEADER
#endif

#include "defs.h"
#include "extern.h"
#include "macros.h"

#ifdef GAUGE
#include "gauge.h"
#endif
