Commit a2980a5e authored by Laurent Aimar's avatar Laurent Aimar

Removed useless includes (msw).

parent 87e92fed
...@@ -30,21 +30,11 @@ ...@@ -30,21 +30,11 @@
# include "config.h" # include "config.h"
#endif #endif
#include <errno.h> /* ENOMEM */
#include <ctype.h> /* tolower() */
#ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0500
#endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_vout_window.h> #include <vlc_vout_window.h>
#include <windows.h> #include <windows.h>
#include <tchar.h>
#include <windowsx.h> #include <windowsx.h>
#include <shellapi.h> #include <shellapi.h>
...@@ -58,7 +48,6 @@ ...@@ -58,7 +48,6 @@
#include <GL/gl.h> #include <GL/gl.h>
#endif #endif
#include <vlc_keys.h>
#include "vout.h" #include "vout.h"
#ifndef UNDER_CE #ifndef UNDER_CE
......
...@@ -33,15 +33,12 @@ ...@@ -33,15 +33,12 @@
* effectively display the pictures. * effectively display the pictures.
* *
*****************************************************************************/ *****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_vout.h> #include <vlc_vout.h>
......
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
* display video in window mode. * display video in window mode.
* *
*****************************************************************************/ *****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
......
...@@ -30,24 +30,17 @@ ...@@ -30,24 +30,17 @@
# include "config.h" # include "config.h"
#endif #endif
#include <errno.h> /* ENOMEM */
#include <ctype.h> /* tolower() */
#ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0500
#endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_vout_window.h> #include <vlc_vout_window.h>
#include <windows.h> #include <windows.h>
#include <tchar.h>
#include <windowsx.h> #include <windowsx.h>
#include <shellapi.h> #include <shellapi.h>
#include <ctype.h>
#ifdef MODULE_NAME_IS_directx #ifdef MODULE_NAME_IS_directx
#include <ddraw.h> #include <ddraw.h>
#endif #endif
......
...@@ -20,16 +20,12 @@ ...@@ -20,16 +20,12 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <windows.h> #include <windows.h>
......
...@@ -32,12 +32,10 @@ ...@@ -32,12 +32,10 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <windows.h> #include <windows.h>
#include <tchar.h>
#include <commctrl.h> #include <commctrl.h>
#include "vout.h" #include "vout.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