From 2473b41e244212a7e841ce7f791ce4566adbede7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 15 Aug 2015 17:12:01 -0700 Subject: Remove include guards from MPI headers. * mpi/mpi-config.h, mpi/mpi.h: These headers do not require include guards. They included only once. --- mpi/mpi-config.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mpi/mpi-config.h') diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h index 9d3df110..c227f928 100644 --- a/mpi/mpi-config.h +++ b/mpi/mpi-config.h @@ -1,9 +1,6 @@ /* Default configuration for MPI library */ /* $Id: mpi-config.h,v 1.1 2004/02/08 04:29:29 sting Exp $ */ -#ifndef MPI_CONFIG_H_ -#define MPI_CONFIG_H_ - /* For boolean options, 0 = no @@ -79,7 +76,3 @@ #ifndef MP_COMPAT_MACROS #define MP_COMPAT_MACROS 0 /* define compatibility macros? */ #endif - -#endif /* ifndef MPI_CONFIG_H_ */ - - -- cgit v1.2.3