From 17e1911afa593e12f23420747f1aac2390223941 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 5 Jan 2009 19:20:02 +0000 Subject: [PATCH] Remove unneeded include file This commit was SVN r20204. --- opal/mca/pstat/linux/pstat_linux_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/opal/mca/pstat/linux/pstat_linux_module.c b/opal/mca/pstat/linux/pstat_linux_module.c index b8cad57131..fa9e47d7fd 100644 --- a/opal/mca/pstat/linux/pstat_linux_module.c +++ b/opal/mca/pstat/linux/pstat_linux_module.c @@ -31,7 +31,6 @@ #include #include -#include /* provides conversion of pages to memory bytes */ #include /* for HZ to convert jiffies to actual time */ #include "opal/mca/base/mca_base_param.h"