Commit 59a4f0b9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't cite strerror. It is a bad example!

parent 2578127f
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
*****************************************************************************/ *****************************************************************************/
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <string.h> /* strerror() */ #include <string.h>
/* BeginFullScreen, EndFullScreen */ /* BeginFullScreen, EndFullScreen */
#include <QuickTime/QuickTime.h> #include <QuickTime/QuickTime.h>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
*****************************************************************************/ *****************************************************************************/
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <string.h> /* strerror() */ #include <string.h>
#include <vlc_keys.h> #include <vlc_keys.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
*****************************************************************************/ *****************************************************************************/
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <string.h> /* strerror() */ #include <string.h>
#include <QuickTime/QuickTime.h> #include <QuickTime/QuickTime.h>
......
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