From: Pierre-Luc Beaudoin Date: Wed, 1 Apr 2009 19:51:12 +0000 (+0300) Subject: Fix bug 576677 – Demos are not compilable out of the tree X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4e3aa240f3012df80c59ed554591cac1f068ab;p=libchamplain Fix bug 576677 – Demos are not compilable out of the tree by removing config.h use in the demos. --- diff --git a/demos/animated-marker.c b/demos/animated-marker.c index 801d295..2b92532 100644 --- a/demos/animated-marker.c +++ b/demos/animated-marker.c @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include #include #include diff --git a/demos/launcher-gtk.c b/demos/launcher-gtk.c index 4b21944..ba52682 100644 --- a/demos/launcher-gtk.c +++ b/demos/launcher-gtk.c @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include #include @@ -173,7 +171,7 @@ main (int argc, gtk_container_set_border_width (GTK_CONTAINER (window), 10); /* give it the title */ - gtk_window_set_title (GTK_WINDOW (window), PACKAGE " " VERSION); + gtk_window_set_title (GTK_WINDOW (window), "libchamplain Gtk+ demo"); /* Connect the destroy event of the window with our on_destroy function * When the window is about to be destroyed we get a notificaiton and