]> git.sesse.net Git - vlc/commitdiff
Remove unused headerfile
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 22 Feb 2007 20:06:52 +0000 (20:06 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 22 Feb 2007 20:06:52 +0000 (20:06 +0000)
src/input/stream.c
src/interface/interaction.c

index ef5edb1e2609bcd2738fc7e9d6ab5d0dfbc2c426..223b6f16867e0c5bc61ab115faf52f77157d03bf 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <stdlib.h>
 #include <vlc/vlc.h>
-#include <assert.h>
 
 #include "input_internal.h"
 
index 12d3a9af5821e5f023649144ecc56cf2ed7d1f2f..1a991ce018ea170d205a67e1107d136f03d56f71 100644 (file)
@@ -37,8 +37,6 @@
 #include <stdio.h>                                                   /* FILE */
 #include <string.h>                                            /* strerror() */
 
-#include <assert.h>
-
 #include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include "interface.h"