]> git.sesse.net Git - vlc/blobdiff - modules/codec/theora.c
* all: only include header that are needed (and no more stdlib.h, string.h
[vlc] / modules / codec / theora.c
index 48ffd2cccd36a440e5c5ed208db83d8f8f595947..5ab139cb40217cbfeafd87f9ff3d7a634daf083a 100644 (file)
@@ -2,7 +2,7 @@
  * theora.c: theora decoder module making use of libtheora.
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: theora.c,v 1.14 2003/11/16 21:07:30 gbazin Exp $
+ * $Id: theora.c,v 1.15 2003/11/22 23:39:14 fenrir Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>                                    /* memcpy(), memset() */
-
 #include <vlc/vlc.h>
 #include <vlc/decoder.h>
-#include <vlc/input.h>
 
 #include <ogg/ogg.h>