]> git.sesse.net Git - vlc/blobdiff - src/extras/getopt.c
- getopt: use optind==0 for reentrency support and misc cleanup
[vlc] / src / extras / getopt.c
index eb0bf0df0ab01935668d2071471c60719c0a10ca..5e269b430931894aa0ba8ba507e0bea6fe7a0d94 100644 (file)
@@ -30,9 +30,6 @@
 #define _NO_PROTO
 #endif
 
-/* Overkill. */
-#include <vlc/vlc.h>
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif