]> git.sesse.net Git - vlc/blobdiff - modules/demux/util/id3.c
* all: rework of the input.
[vlc] / modules / demux / util / id3.c
index bc918bbcf159f59dd4935721f5e0f936d513dadd..c1446af55eaf4483495b1904180fed3445779bcd 100644 (file)
@@ -2,7 +2,7 @@
  * id3.c: simple id3 tag skipper
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: id3.c,v 1.8 2004/03/03 11:38:14 fenrir Exp $
+ * $Id$
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
 #include <vlc/vlc.h>
 #include <vlc/input.h>
 
-#include "ninput.h"
-
-#include <sys/types.h>
-
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/