diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-16 15:49:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-16 15:49:17 +0000 |
commit | f01ebf5c79676926026e35746e2249695365b626 (patch) | |
tree | fdce395d790465d06d27aeb81fb27130845848a3 /demos/gtk-demo/pixbufs.c | |
parent | 403edcccd8dca870c0aef48a818bd7e2ed34ba25 (diff) | |
download | gtk+-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/pixbufs.c')
-rw-r--r-- | demos/gtk-demo/pixbufs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/gtk-demo/pixbufs.c b/demos/gtk-demo/pixbufs.c index 27963293b8..cab73019a1 100644 --- a/demos/gtk-demo/pixbufs.c +++ b/demos/gtk-demo/pixbufs.c @@ -12,7 +12,6 @@ * */ -#include <config.h> #include <stdlib.h> #include <gtk/gtk.h> #include <math.h> |