Commit d79d8ef9 authored by Michael Niedermayer's avatar Michael Niedermayer

cmdutils: remove duplicate windows.h include

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 99218ee3
...@@ -231,7 +231,6 @@ static const OptionDef *find_option(const OptionDef *po, const char *name) ...@@ -231,7 +231,6 @@ static const OptionDef *find_option(const OptionDef *po, const char *name)
* by default. HAVE_COMMANDLINETOARGVW is true on cygwin, while * by default. HAVE_COMMANDLINETOARGVW is true on cygwin, while
* it doesn't provide the actual command line via GetCommandLineW(). */ * it doesn't provide the actual command line via GetCommandLineW(). */
#if HAVE_COMMANDLINETOARGVW && defined(_WIN32) #if HAVE_COMMANDLINETOARGVW && defined(_WIN32)
#include <windows.h>
#include <shellapi.h> #include <shellapi.h>
/* Will be leaked on exit */ /* Will be leaked on exit */
static char** win32_argv_utf8 = NULL; static char** win32_argv_utf8 = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment