[Sheepdog] [PATCH] Remove #include <term.h> since not necessary and introduces a curses depend.

Steven Dake sdake at redhat.com
Fri May 21 19:49:25 CEST 2010


Signed-off-by: Steven Dake <sdake at redhat.com>
---
 collie/collie.c   |    1 -
 collie/treeview.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/collie/collie.c b/collie/collie.c
index 714eeac..01d4ab1 100644
--- a/collie/collie.c
+++ b/collie/collie.c
@@ -24,7 +24,6 @@
 #include <sys/types.h>
 #include <time.h>
 #include <sys/time.h>
-#include <term.h>
 
 #include "sheepdog_proto.h"
 #include "sheep.h"
diff --git a/collie/treeview.c b/collie/treeview.c
index 2f21dd7..d0d0454 100644
--- a/collie/treeview.c
+++ b/collie/treeview.c
@@ -12,7 +12,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdint.h>
-#include <term.h>
 
 #include "list.h"
 #include "treeview.h"
-- 
1.6.2.5




More information about the sheepdog mailing list