Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly

2004-07-19  Glynn Foster  <glynn.foster@sun.com>

	* src/main.c: Remove duplicate locale.h include. Patch
	from Leonardo Boshell. Partly fixes #137993.
This commit is contained in:
Glynn Foster 2004-07-18 23:52:07 +00:00 committed by Glynn Foster
parent aac1045400
commit b986224682
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-19 Glynn Foster <glynn.foster@sun.com>
* src/main.c: Remove duplicate locale.h include. Patch
from Leonardo Boshell. Partly fixes #137993.
2004-07-19 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml, help/sr/zenity.xml: Fix up

1
THANKS
View File

@ -5,6 +5,7 @@
"Peter Astrand <astrand lysator liu se>",
"Jonathan Blandford <jrb redhat com>",
"Paul Bolle <pebolle tiscali nl>",
"Leonardo Boshell <p kapcoweb com>",
"Ross Burton <ross burtonini com>",
"Damien Carbery <damien carbery sun com>",
"Anders Carlsson <andersca codefactory se>",

View File

@ -25,7 +25,6 @@
#include "zenity.h"
#include <stdlib.h>
#include <locale.h>
#include <popt.h>
#include <langinfo.h>
#ifdef HAVE_LOCALE_H