diff options
author | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-07-06 20:13:11 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-07-06 20:13:11 +0000 |
commit | 4c328078b6ff16a0ba648f53c3bee7a68fe4dbc5 (patch) | |
tree | fbb35016a0ca38f791d114eba3c6ccc5a22d931b /src | |
parent | Updated Slovak translation. (diff) | |
download | zenity-4c328078b6ff16a0ba648f53c3bee7a68fe4dbc5.tar.gz zenity-4c328078b6ff16a0ba648f53c3bee7a68fe4dbc5.tar.bz2 zenity-4c328078b6ff16a0ba648f53c3bee7a68fe4dbc5.zip |
Include cleanups (config.h)
Diffstat (limited to 'src')
-rw-r--r-- | src/calendar.c | 2 | ||||
-rw-r--r-- | src/entry.c | 2 | ||||
-rw-r--r-- | src/fileselection.c | 3 | ||||
-rw-r--r-- | src/msg.c | 2 | ||||
-rw-r--r-- | src/notification.c | 3 | ||||
-rw-r--r-- | src/option.c | 4 | ||||
-rw-r--r-- | src/progress.c | 2 | ||||
-rw-r--r-- | src/text.c | 2 | ||||
-rw-r--r-- | src/tree.c | 2 | ||||
-rw-r--r-- | src/util.c | 2 |
10 files changed, 24 insertions, 0 deletions
diff --git a/src/calendar.c b/src/calendar.c index 248f3b8d..7e9eb9ca 100644 --- a/src/calendar.c +++ b/src/calendar.c @@ -21,6 +21,8 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include "config.h" + #include <glade/glade.h> #include <time.h> #include "zenity.h" diff --git a/src/entry.c b/src/entry.c index db5b3fe8..e8c25857 100644 --- a/src/entry.c +++ b/src/entry.c @@ -21,6 +21,8 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include "config.h" + #include <glade/glade.h> #include "zenity.h" #include "util.h" diff --git a/src/fileselection.c b/src/fileselection.c index b2144a15..95178ec7 100644 --- a/src/fileselection.c +++ b/src/fileselection.c @@ -21,7 +21,10 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include "config.h" + #include <glade/glade.h> +#include <string.h> #include "zenity.h" #include "util.h" @@ -21,6 +21,8 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include "config.h" + #include <glade/glade.h> #include "zenity.h" #include "util.h" diff --git a/src/notification.c b/src/notification.c index 509d2f8e..26600cb3 100644 --- a/src/notification.c +++ b/src/notification.c @@ -21,8 +21,11 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include <config.h> + #include <glade/glade.h> #include <time.h> +#include <string.h> #include "zenity.h" #include "eggtrayicon.h" #include "util.h" diff --git a/src/option.c b/src/option.c index b4d35bca..69c83dda 100644 --- a/src/option.c +++ b/src/option.c @@ -22,8 +22,12 @@ * Lucas Rocha <lucasr@im.ufba.br> */ +#include "config.h" + #include "option.h" #include <time.h> +#include <stdlib.h> +#include <string.h> /* General Options */ gchar *zenity_general_dialog_title; diff --git a/src/progress.c b/src/progress.c index 8d7b1dbe..d92d2e2d 100644 --- a/src/progress.c +++ b/src/progress.c @@ -21,6 +21,8 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include "config.h" + #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -21,6 +21,8 @@ * Authors: Glynn Foster <glynn.foster@sun.com> */ +#include "config.h" + #include <glade/glade.h> #include "zenity.h" #include "util.h" @@ -23,6 +23,8 @@ * Kristian Rietveld <kris@gtk.org> */ +#include "config.h" + #include <glade/glade.h> #include <string.h> #include <stdlib.h> @@ -27,6 +27,8 @@ * Tom Tromey <tromey@redhat.com> */ +#include "config.h" + #include <stdio.h> #include <locale.h> #include <errno.h> |