/*
 * PCN System
 * Author:      Steve Tuecke
 *              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.
 *
 * sys_internal.h
 *
 * Header file used by all of the sys module components (both PCN and C).
 */

#ifndef _PCN_INCLUDE_SYS_INTERNAL_H
#define _PCN_INCLUDE_SYS_INTERNAL_H

#ifndef PCN

#include <math.h>
#include "pcn_c_hdr.h"
#include "pcn_types.h"

#endif /* !PCN */

#endif /* _PCN_INCLUDE_SYS_INTERNAL_H */

