summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-07-18 23:52:07 +0000
committerGlynn Foster <gman@src.gnome.org>2004-07-18 23:52:07 +0000
commitb986224682b864b25125bf73ae38f47e0fe883b1 (patch)
treea1e50967ac29500e86e15478027fca8ab9d5e7dd /src/main.c
parentFix up documentation for correct usage of the Text Entry dialog. Patch (diff)
downloadzenity-b986224682b864b25125bf73ae38f47e0fe883b1.tar.gz
zenity-b986224682b864b25125bf73ae38f47e0fe883b1.tar.bz2
zenity-b986224682b864b25125bf73ae38f47e0fe883b1.zip
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.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9e28a566..129dfa5c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,7 +25,6 @@
#include "zenity.h"
#include <stdlib.h>
-#include <locale.h>
#include <popt.h>
#include <langinfo.h>
#ifdef HAVE_LOCALE_H
bgstack15