]> git.sesse.net Git - vlc/blobdiff - modules/video_output/aa.c
Cleanup
[vlc] / modules / video_output / aa.c
index ec6526b26bb933818e2fe927432225189c2f6b9b..e8f002428b4b6c31bee7e350fbe4d5f2b47dbe16 100644 (file)
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <string.h>                                            /* strerror() */
 
 #include <aalib.h>
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_vout.h>
 #include <vlc_interface.h>