diff options
author | George Lebl <jirka@5z.com> | 1999-11-16 01:18:53 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1999-11-16 01:18:53 +0000 |
commit | 705168dab0ecc0293ba3e7602107a153fad963f3 (patch) | |
tree | 3d77a5c355f66a02f1ca92121c5214bac890baec /demos/testpixbuf-drawable.c | |
parent | 3a202479a824405e23225abb240c53b20cc7b00f (diff) | |
download | gtk+-705168dab0ecc0293ba3e7602107a153fad963f3.tar.gz |
use includes from the current directory rather then from the system
Mon Nov 15 17:18:28 1999 George Lebl <jirka@5z.com>
* src/testpixbuf-drawable.c: use includes from the current directory
rather then from the system include directory as gdk-pixbuf
includes are not yet installed when this is compiled.
Diffstat (limited to 'demos/testpixbuf-drawable.c')
-rw-r--r-- | demos/testpixbuf-drawable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/testpixbuf-drawable.c b/demos/testpixbuf-drawable.c index d7a941e4ea..0521ad91ec 100644 --- a/demos/testpixbuf-drawable.c +++ b/demos/testpixbuf-drawable.c @@ -1,7 +1,7 @@ #include <gtk/gtk.h> #include <gdk/gdkx.h> -#include <gdk-pixbuf/gdk-pixbuf.h> -#include <gdk-pixbuf/gdk-pixbuf-drawable.h> +#include "gdk-pixbuf.h" +#include "gdk-pixbuf-drawable.h" void close_app(GtkWidget *widget, gpointer data) { |