]> git.sesse.net Git - vlc/commitdiff
h264 packetizer: remove unused assert.h
authorTristan Matthews <le.businessman@gmail.com>
Sat, 10 May 2014 17:35:54 +0000 (13:35 -0400)
committerTristan Matthews <le.businessman@gmail.com>
Sat, 10 May 2014 17:35:54 +0000 (13:35 -0400)
modules/packetizer/h264.c

index 01fab3de96030c70d94ef649c0d159b9b8ce5a80..dd6f1c89d78313ae6a75e0520c762c5deea493c1 100644 (file)
@@ -31,7 +31,6 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
-#include <assert.h>
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>