diff --git a/ompi/mca/fs/lustre/fs_lustre.c b/ompi/mca/fs/lustre/fs_lustre.c index df2c7c3ac7c..20fdfc76991 100644 --- a/ompi/mca/fs/lustre/fs_lustre.c +++ b/ompi/mca/fs/lustre/fs_lustre.c @@ -32,21 +32,6 @@ #include "ompi/mca/fs/base/base.h" #include "ompi/mca/fs/lustre/fs_lustre.h" -#ifdef HAVE_SYS_STATFS_H -#include /* or */ -#endif -#ifdef HAVE_SYS_PARAM_H -#include -#endif -#ifdef HAVE_SYS_MOUNT_H -#include -#endif -#ifdef HAVE_SYS_STAT_H -#include -#endif - -#include - /* * ******************************************************************* * ************************ actions structure ************************