Commit bf8f6ebc authored by Rémi Duraffort's avatar Rémi Duraffort

vout modules: remove uneeded includes.

parent 9a4af551
......@@ -24,18 +24,15 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#include <aalib.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <aalib.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
#include <vlc_interface.h>
/*****************************************************************************
* Local prototypes
......
......@@ -25,8 +25,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......@@ -34,6 +32,7 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
#include <directfb.h>
/*****************************************************************************
......
......@@ -25,14 +25,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#include <ggi/ggi.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <ggi/ggi.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
......
......@@ -26,19 +26,15 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_vout.h>
#include <vlc_keys.h>
//#include <vlc_aout.h>
#include <sys/types.h>
#ifndef WIN32
......
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