]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/clone.c
* ./modules/video_output/wingdi.c: the GDI video output now properly sets
[vlc] / modules / video_filter / clone.c
index 06076586137137ac0f60f4f4cd09b3b77f75b36a..9210b04678dcce6a94a637e3f973c668beff4dc1 100644 (file)
@@ -2,7 +2,7 @@
  * clone.c : Clone video plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: clone.c,v 1.1 2002/08/04 17:23:43 sam Exp $
+ * $Id: clone.c,v 1.2 2002/11/23 02:40:30 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>