Mercurial > mplayer.hg
changeset 35523:1857fa5cbfcb
Rearrange #includes and add missing one.
author | ib |
---|---|
date | Thu, 06 Dec 2012 02:11:28 +0000 |
parents | 92809c17fc9d |
children | dd7de6052739 |
files | gui/interface.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Thu Dec 06 00:57:30 2012 +0000 +++ b/gui/interface.c Thu Dec 06 02:11:28 2012 +0000 @@ -51,12 +51,12 @@ #include "mpcommon.h" #include "mplayer.h" #include "path.h" -#include "sub/font_load.h" -#include "sub/sub.h" - #ifdef CONFIG_DVDREAD #include "stream/stream_dvd.h" #endif +#include "sub/font_load.h" +#include "sub/sub.h" +#include "sub/subreader.h" guiInterface_t guiInfo = { .StreamType = STREAMTYPE_DUMMY,