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
parentaac104540028bb54df98436f718c96645b3a3bdd (diff)
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 9e28a56..129dfa5 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