diff mbox

[FFmpeg-devel] cmdutils: remove duplicate windows.h include

Message ID 20161108212954.10123-1-michael@niedermayer.cc
State Accepted
Commit d79d8ef927626e374f0da9c5797246497c069657
Headers show

Commit Message

Michael Niedermayer Nov. 8, 2016, 9:29 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 cmdutils.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Niedermayer Nov. 16, 2016, 12:42 p.m. UTC | #1
On Tue, Nov 08, 2016 at 10:29:54PM +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  cmdutils.c | 1 -
>  1 file changed, 1 deletion(-)

applied

[...]
diff mbox

Patch

diff --git a/cmdutils.c b/cmdutils.c
index 44fe64c..2373dbf 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 <windows.h>
 #include <shellapi.h>
 /* Will be leaked on exit */
 static char** win32_argv_utf8 = NULL;