GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch

2009-01-09  Lucas Rocha  <lucasr@gnome.org>

	* src/main.c:
	* src/option.h:
	GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855).
	Patch from Pedro Fragoso  <ember@ubuntu.com>.

svn path=/trunk/; revision=1462
This commit is contained in:
Lucas Rocha 2009-01-09 00:10:30 +00:00 committed by Lucas Almeida Rocha
parent ec48400510
commit bd9e29d33a
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-01-09 Lucas Rocha <lucasr@gnome.org>
* src/main.c:
* src/option.h:
GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855).
Patch from Pedro Fragoso <ember@ubuntu.com>.
2009-01-09 Lucas Rocha <lucasr@gnome.org>
* src/fileselection.c (zenity_fileselection): correctly handle

View File

@ -27,7 +27,7 @@
#include "option.h"
#include <stdlib.h>
#include <glib/goption.h>
#include <glib.h>
#include <gtk/gtk.h>
#include <langinfo.h>
#ifdef HAVE_LOCALE_H

View File

@ -26,7 +26,7 @@
#define OPTION_H
#include "zenity.h"
#include <glib/goption.h>
#include <glib.h>
#include <langinfo.h>
#ifdef HAVE_LOCALE_H
#include <locale.h>