Mercurial > mplayer.hg
changeset 36018:26836919db4e
Add, group and sort #includes, remove unneeded ones.
author | ib |
---|---|
date | Sun, 31 Mar 2013 12:42:47 +0000 |
parents | b3764c930d0c |
children | d2d776c8e040 |
files | gui/dialog/url.c |
diffstat | 1 files changed, 5 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/url.c Sun Mar 31 12:18:41 2013 +0000 +++ b/gui/dialog/url.c Sun Mar 31 12:42:47 2013 +0000 @@ -16,25 +16,21 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include <sys/types.h> -#include <sys/stat.h> -#include <unistd.h> +#include <stdio.h> #include <stdlib.h> -#include <stdio.h> #include <string.h> -#include <gdk/gdkkeysyms.h> -#include <gtk/gtk.h> - #include "url.h" +#include "dialog.h" #include "tools.h" +#include "gui/app/app.h" #include "gui/interface.h" -#include "gui/app/app.h" #include "gui/ui/actions.h" -#include "dialog.h" #include "gui/util/list.h" #include "gui/util/string.h" + #include "help_mp.h" +#include "stream/stream.h" GtkWidget *URLDialog = NULL;