From 3ad9aafbd02e23c0d4a8fdb41f02ff25fa03746a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Jan 2016 06:57:38 -0800 Subject: Reduce header pollution caused by mpi.h. * eval.c: include that was previously coming via "mpi.h". * mpi/mpi.c: Includes of , and moved here. * mpi/mpi.h: Remove include of , and . Keeping for now; needed for CHAR_BIT. * mpi/mplogic.c: Needs --- mpi/mpi.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mpi/mpi.h') diff --git a/mpi/mpi.h b/mpi/mpi.h index ac2929d3..0e000643 100644 --- a/mpi/mpi.h +++ b/mpi/mpi.h @@ -16,11 +16,6 @@ #define MP_IOFUNC 1 #endif -#if MP_IOFUNC -#include -#include -#endif - #include #define MP_NEG 1 @@ -60,7 +55,6 @@ #if MP_ARGCHK == 1 #define ARGCHK(X,Y) {if(!(X)){return (Y);}} #elif MP_ARGCHK == 2 -#include #define ARGCHK(X,Y) assert(X) #else #define ARGCHK(X,Y) /* */ -- cgit v1.2.3