]> git.sesse.net Git - vlc/blobdiff - src/interface/interaction.c
Remove remaining strerror() calls from core - refs #1297
[vlc] / src / interface / interaction.c
index 1a991ce018ea170d205a67e1107d136f03d56f71..1382fdb276d20d3b707fe724b98e63c033c64a90 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <stdlib.h>                                      /* free(), strtol() */
 #include <stdio.h>                                                   /* FILE */
-#include <string.h>                                            /* strerror() */
+#include <string.h>
 
 #include <vlc_interface.h>
 #include <vlc_playlist.h>