comparison gui/dialog/url.c @ 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
comparison
equal deleted inserted replaced
36017:b3764c930d0c 36018:26836919db4e
14 * You should have received a copy of the GNU General Public License along 14 * You should have received a copy of the GNU General Public License along
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., 15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #include <sys/types.h> 19 #include <stdio.h>
20 #include <sys/stat.h>
21 #include <unistd.h>
22 #include <stdlib.h> 20 #include <stdlib.h>
23 #include <stdio.h>
24 #include <string.h> 21 #include <string.h>
25 22
26 #include <gdk/gdkkeysyms.h>
27 #include <gtk/gtk.h>
28
29 #include "url.h" 23 #include "url.h"
24 #include "dialog.h"
30 #include "tools.h" 25 #include "tools.h"
26 #include "gui/app/app.h"
31 #include "gui/interface.h" 27 #include "gui/interface.h"
32 #include "gui/app/app.h"
33 #include "gui/ui/actions.h" 28 #include "gui/ui/actions.h"
34 #include "dialog.h"
35 #include "gui/util/list.h" 29 #include "gui/util/list.h"
36 #include "gui/util/string.h" 30 #include "gui/util/string.h"
31
37 #include "help_mp.h" 32 #include "help_mp.h"
33 #include "stream/stream.h"
38 34
39 GtkWidget *URLDialog = NULL; 35 GtkWidget *URLDialog = NULL;
40 36
41 static GtkWidget *URLCombo; 37 static GtkWidget *URLCombo;
42 static GtkWidget *URLEntry; 38 static GtkWidget *URLEntry;