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

Michael Niedermayer git at videolan.org
Wed Nov 16 16:06:45 EET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Nov  8 22:29:54 2016 +0100| [d79d8ef927626e374f0da9c5797246497c069657] | committer: Michael Niedermayer

cmdutils: remove duplicate windows.h include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d79d8ef927626e374f0da9c5797246497c069657
---

 cmdutils.c | 1 -
 1 file changed, 1 deletion(-)

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;



More information about the ffmpeg-cvslog mailing list