From 25d457e3d451b8d35fab9efe6c60d96cdfa6a608 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 25 Mar 2009 21:09:13 +0000 Subject: [PATCH] The "missing" header ompi_config.h should not be added here. This file will get installed for external tools, and they don't need any dependency on our internal ompi_config.h file. Moreover, this file is crafted in such a way that there is no need for ompi_config.h. This commit was SVN r20884. --- ompi/peruse/peruse.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ompi/peruse/peruse.h b/ompi/peruse/peruse.h index 8c6c05b186..924a7e5868 100644 --- a/ompi/peruse/peruse.h +++ b/ompi/peruse/peruse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2006 The University of Tennessee and The University + * Copyright (c) 2004-2009 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. * Copyright (c) 2004-2007 High Performance Computing Center Stuttgart, @@ -16,7 +16,6 @@ #ifndef _PERUSE_H_ #define _PERUSE_H_ -#include "ompi_config.h" #include "mpi.h" /* PERUSE type declarations */