X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.c;h=2373dbf841705a6fb69bdd817d3999640c25f8ca;hb=08e5732318a46fd1fe9a406ff829838483dc1358;hp=44fe64ce76750d2d24fcf08f7ae740760ec4fadd;hpb=745a44ee6130358ae185b28e3583ccf573bbb1a2;p=ffmpeg diff --git a/cmdutils.c b/cmdutils.c index 44fe64ce767..2373dbf8417 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -231,7 +231,6 @@ static const OptionDef *find_option(const OptionDef *po, const char *name) * by default. HAVE_COMMANDLINETOARGVW is true on cygwin, while * it doesn't provide the actual command line via GetCommandLineW(). */ #if HAVE_COMMANDLINETOARGVW && defined(_WIN32) -#include #include /* Will be leaked on exit */ static char** win32_argv_utf8 = NULL;