summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/drawingarea.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-16 15:49:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-16 15:49:17 +0000
commitf01ebf5c79676926026e35746e2249695365b626 (patch)
treefdce395d790465d06d27aeb81fb27130845848a3 /demos/gtk-demo/drawingarea.c
parent403edcccd8dca870c0aef48a818bd7e2ed34ba25 (diff)
downloadgtk+-f01ebf5c79676926026e35746e2249695365b626.tar.gz
Don't include config.h in the examples.
2004-11-16 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/*.c: Don't include config.h in the examples.
Diffstat (limited to 'demos/gtk-demo/drawingarea.c')
-rw-r--r--demos/gtk-demo/drawingarea.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/gtk-demo/drawingarea.c b/demos/gtk-demo/drawingarea.c
index 40cbcfd931..cde2cc1695 100644
--- a/demos/gtk-demo/drawingarea.c
+++ b/demos/gtk-demo/drawingarea.c
@@ -13,7 +13,6 @@
* to clear the area.
*/
-#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;