]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
Fix NULL pointer dereferencing due to c58a5af7401735b50fa058fe5ab83d8ae911de4c.
[vlc] / src / stream_output / sap.c
index 3dbaf40337c783ac4f97527e191688777d40285a..f4d9a08d40936b53e02a109e62a92d9fe6d9c07c 100644 (file)
@@ -35,7 +35,6 @@
 #include <stdlib.h>                                                /* free() */
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>
-#include <ctype.h>                                  /* tolower(), isxdigit() */
 #include <assert.h>
 
 #include <vlc_sout.h>