]> git.sesse.net Git - vlc/blobdiff - plugins/text/ncurses.c
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
[vlc] / plugins / text / ncurses.c
index fde7ddbec66c12119ce75b7b4c3262c1205619fc..13c2599629aa83463b1dfedaacb9ca2c7a550317 100644 (file)
@@ -2,7 +2,7 @@
  * ncurses.c : NCurses plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ncurses.c,v 1.7 2001/11/28 15:08:06 massiot Exp $
+ * $Id: ncurses.c,v 1.8 2001/12/09 17:01:37 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *      
@@ -32,7 +32,6 @@
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
-#include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
 #include "intf_msg.h"
 #include "threads.h"