Hey Sasha, Just noticed it. Left over/cut and pasted from the original ibnetdiscover tool code or no longer necessary due to recent changes. This patch is independent of the other patches I recently posted.
Al -- Albert Chu [email protected] Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory
From: Albert Chu <[email protected]> Date: Tue, 3 Nov 2009 10:33:08 -0800 Subject: [PATCH] remove unused headers Signed-off-by: Albert Chu <[email protected]> --- infiniband-diags/libibnetdisc/src/ibnetdisc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/infiniband-diags/libibnetdisc/src/ibnetdisc.c b/infiniband-diags/libibnetdisc/src/ibnetdisc.c index ebc45ba..bd28ba7 100644 --- a/infiniband-diags/libibnetdisc/src/ibnetdisc.c +++ b/infiniband-diags/libibnetdisc/src/ibnetdisc.c @@ -41,10 +41,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> -#include <stdarg.h> -#include <time.h> #include <string.h> -#include <getopt.h> #include <errno.h> #include <inttypes.h> -- 1.5.4.5
