]> git.sesse.net Git - vlc/blobdiff - include/vlc/decoder.h
* all: rework of the input.
[vlc] / include / vlc / decoder.h
index 1ad6867ecb79ceccd70b3262abfe7ddaa8061d46..4da5cd75a5c456ccf72f957781242df7cd31de92 100644 (file)
@@ -2,7 +2,7 @@
  * decoder.h: header for vlc decoders
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: decoder.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,8 +35,6 @@ extern "C" {
  * Required internal headers
  *****************************************************************************/
 #include "vlc_block.h"
-#include "stream_control.h"
-#include "input_ext-dec.h"
 #include "vlc_video.h"
 #include "audio_output.h"
 #include "vlc_codec.h"