Mercurial > mplayer.hg
changeset 23091:52488bb09d90
Consistently use quotes instead of angled brackets in #include
statements for non-system headers.
author | diego |
---|---|
date | Wed, 25 Apr 2007 07:34:56 +0000 |
parents | a6aa62e45f37 |
children | 21e496522217 |
files | gui/win32/dialogs.c gui/win32/gui.c gui/win32/gui.h gui/win32/interface.c gui/win32/playlist.c gui/win32/preferences.c gui/win32/skinload.c gui/win32/widgetrender.c gui/win32/wincfg.c |
diffstat | 9 files changed, 55 insertions(+), 51 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/win32/dialogs.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/dialogs.c Wed Apr 25 07:34:56 2007 +0000 @@ -23,12 +23,13 @@ #include <windows.h> #include <commctrl.h> -#include <interface.h> -#include <mp_msg.h> -#include <help_mp.h> -#include <stream/stream.h> -#include <libmpdemux/demuxer.h> -#include <libmpdemux/stheader.h> + +#include "interface.h" +#include "mp_msg.h" +#include "help_mp.h" +#include "stream/stream.h" +#include "libmpdemux/demuxer.h" +#include "libmpdemux/stheader.h" #include "gui.h" #include "wincfg.h" #include "dialogs.h"
--- a/gui/win32/gui.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/gui.c Wed Apr 25 07:34:56 2007 +0000 @@ -28,17 +28,18 @@ #include <windows.h> #include <windowsx.h> #include <shlobj.h> -#include <version.h> -#include <mplayer.h> -#include <mp_fifo.h> -#include <mp_msg.h> -#include <help_mp.h> -#include <input/input.h> -#include <input/mouse.h> -#include <osdep/keycodes.h> -#include <stream/stream.h> -#include <libvo/video_out.h> -#include <interface.h> + +#include "version.h" +#include "mplayer.h" +#include "mp_fifo.h" +#include "mp_msg.h" +#include "help_mp.h" +#include "input/input.h" +#include "input/mouse.h" +#include "osdep/keycodes.h" +#include "stream/stream.h" +#include "libvo/video_out.h" +#include "interface.h" #include "gui.h" #include "wincfg.h" #include "dialogs.h"
--- a/gui/win32/gui.h Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/gui.h Wed Apr 25 07:34:56 2007 +0000 @@ -23,9 +23,9 @@ #ifndef _GUI_H #define _GUI_H -#include <config.h> -#include <playtree.h> -#include <m_config.h> +#include "config.h" +#include "playtree.h" +#include "m_config.h" #include "skinload.h" #include "playlist.h"
--- a/gui/win32/interface.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/interface.c Wed Apr 25 07:34:56 2007 +0000 @@ -22,22 +22,23 @@ */ #include <windows.h> -#include <interface.h> -#include <m_option.h> -#include <mixer.h> -#include <mp_msg.h> -#include <help_mp.h> -#include <codec-cfg.h> -#include <stream/stream.h> -#include <libmpdemux/demuxer.h> -#include <libmpdemux/stheader.h> + +#include "interface.h" +#include "m_option.h" +#include "mixer.h" +#include "mp_msg.h" +#include "help_mp.h" +#include "codec-cfg.h" +#include "stream/stream.h" +#include "libmpdemux/demuxer.h" +#include "libmpdemux/stheader.h" #ifdef USE_DVDREAD -#include <stream/stream_dvd.h> +#include "stream/stream_dvd.h" #endif -#include <input/input.h> -#include <libvo/video_out.h> -#include <libao2/audio_out.h> -#include <access_mpcontext.h> +#include "input/input.h" +#include "libvo/video_out.h" +#include "libao2/audio_out.h" +#include "access_mpcontext.h" #include "gui.h" #include "dialogs.h" #include "wincfg.h"
--- a/gui/win32/playlist.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/playlist.c Wed Apr 25 07:34:56 2007 +0000 @@ -22,7 +22,8 @@ */ #include <windows.h> -#include <mp_msg.h> + +#include "mp_msg.h" #include "playlist.h" /* TODO: implement sort_playlist */
--- a/gui/win32/preferences.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/preferences.c Wed Apr 25 07:34:56 2007 +0000 @@ -26,9 +26,10 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <libvo/video_out.h> -#include <libao2/audio_out.h> -#include <mixer.h> + +#include "libvo/video_out.h" +#include "libao2/audio_out.h" +#include "mixer.h" #include "interface.h" #include "gui.h" #include "mp_msg.h"
--- a/gui/win32/skinload.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/skinload.c Wed Apr 25 07:34:56 2007 +0000 @@ -26,11 +26,10 @@ #include <windows.h> #include <png.h> -#include <mp_msg.h> -#include <cpudetect.h> -#include <libswscale/rgb2rgb.h> -#include <libswscale/swscale.h> - +#include "mp_msg.h" +#include "cpudetect.h" +#include "libswscale/rgb2rgb.h" +#include "libswscale/swscale.h" #include "gui.h" #define MAX_LINESIZE 256
--- a/gui/win32/widgetrender.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/widgetrender.c Wed Apr 25 07:34:56 2007 +0000 @@ -24,7 +24,8 @@ #include <stdio.h> #include <ctype.h> #include <windows.h> -#include <interface.h> + +#include "interface.h" #include "gui.h" extern char *codecname;
--- a/gui/win32/wincfg.c Wed Apr 25 07:22:28 2007 +0000 +++ b/gui/win32/wincfg.c Wed Apr 25 07:34:56 2007 +0000 @@ -24,13 +24,12 @@ #include <stdlib.h> #include <string.h> -#include <mp_msg.h> -#include <help_mp.h> - -#include <m_config.h> -#include <m_option.h> -#include <libvo/video_out.h> -#include <mixer.h> +#include "mp_msg.h" +#include "help_mp.h" +#include "m_config.h" +#include "m_option.h" +#include "libvo/video_out.h" +#include "mixer.h" #include "wincfg.h" #include "interface.h"