]> git.sesse.net Git - vlc/commitdiff
Removed useless includes (msw).
authorLaurent Aimar <fenrir@videolan.org>
Thu, 1 Oct 2009 20:42:04 +0000 (22:42 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 2 Nov 2009 18:49:31 +0000 (19:49 +0100)
modules/video_output/msw/common.c
modules/video_output/msw/direct3d.c
modules/video_output/msw/directx.c
modules/video_output/msw/events.c
modules/video_output/msw/glwin32.c
modules/video_output/msw/wingdi.c

index 0a9513e49963ccf31a2ac155aad19fb1e4645b84..f2bbc97cbb37801cee8be56d14a299569d88bcba 100644 (file)
 # include "config.h"
 #endif
 
-#include <errno.h>                                                 /* ENOMEM */
-#include <ctype.h>                                              /* tolower() */
-
-#ifndef _WIN32_WINNT
-#   define _WIN32_WINNT 0x0500
-#endif
-
 #include <vlc_common.h>
-#include <vlc_interface.h>
-#include <vlc_playlist.h>
 #include <vlc_vout.h>
 #include <vlc_vout_window.h>
 
 #include <windows.h>
-#include <tchar.h>
 #include <windowsx.h>
 #include <shellapi.h>
 
@@ -58,7 +48,6 @@
 #include <GL/gl.h>
 #endif
 
-#include <vlc_keys.h>
 #include "vout.h"
 
 #ifndef UNDER_CE
index 7b528093706a32c7ed72886bab2fd493e145fe0e..4ab729f3c8afcc8e246a0b897e3a6bad088b7a58 100644 (file)
  * effectively display the pictures.
  *
  *****************************************************************************/
-#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>
 
index d70a95580c7133e312412608da0bbcc46827dd3d..678e7e7e40acf84d6b362c0c09a417116aa0d244 100644 (file)
@@ -34,9 +34,6 @@
  * display video in window mode.
  *
  *****************************************************************************/
-
-#include <errno.h>                                                 /* ENOMEM */
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
index 8f4fdefdb330f1f842bc8188c61a3d8587374c41..fb80bae15c8190876b3f2a9094a27c2dd69992e7 100644 (file)
 # include "config.h"
 #endif
 
-#include <errno.h>                                                 /* ENOMEM */
-#include <ctype.h>                                              /* tolower() */
-
-#ifndef _WIN32_WINNT
-#   define _WIN32_WINNT 0x0500
-#endif
-
 #include <vlc_common.h>
-#include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include <vlc_vout.h>
 #include <vlc_vout_window.h>
 
 #include <windows.h>
-#include <tchar.h>
 #include <windowsx.h>
 #include <shellapi.h>
 
+#include <ctype.h>
+
 #ifdef MODULE_NAME_IS_directx
 #include <ddraw.h>
 #endif
index 46226fa2a8bb5c24306f1ae5c08d0d884bbc08f8..b736f212c2832aa153812ec2945f703cfdaf902a 100644 (file)
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
-
-#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_vout.h>
 
 #include <windows.h>
index 19ce8f9744abbed2fb9112ec5fd47b0261edda67..bafcc19e6f37eda0c2b88b5a7ead48163c734e69 100644 (file)
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include <vlc_vout.h>
 
 #include <windows.h>
-#include <tchar.h>
 #include <commctrl.h>
 
 #include "vout.h"