diff options
Diffstat (limited to 'screen_utils.c')
-rw-r--r-- | screen_utils.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/screen_utils.c b/screen_utils.c index d467c1a2c..8de23e16c 100644 --- a/screen_utils.c +++ b/screen_utils.c @@ -1,8 +1,3 @@ -/* - * $Id: screen_utils.c,v 1.4 2004/03/16 13:57:24 kalle Exp $ - * - */ - #include <stdlib.h> #include <unistd.h> #include <string.h> @@ -11,14 +6,10 @@ #include "libmpdclient.h" #include "mpc.h" +#include "support.h" #include "command.h" #include "screen.h" -#if 0 -#include <readline/readline.h> -#endif - - list_window_t * list_window_init(WINDOW *w, int width, int height) { |