summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2009-01-09 00:10:30 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2009-01-09 00:10:30 +0000
commitbd9e29d33ac1ed929ee09ccdffaf59d4db428fe9 (patch)
tree1a14d163748350a9e5803a477d1331058f1d3fcd /src/main.c
parentec484005101b3720feb95c8d76a65bcd6b0472c2 (diff)
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
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1c37de2..4f87e6d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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