Skip to content

Commit

Permalink
cmdutils: remove duplicate windows.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Loading branch information
michaelni committed Nov 16, 2016
1 parent 99218ee commit d79d8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmdutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <windows.h>
#include <shellapi.h>
/* Will be leaked on exit */
static char** win32_argv_utf8 = NULL;
Expand Down

0 comments on commit d79d8ef

Please sign in to comment.