2008-06-04 Robert Bragg <bob@o-hand.com>

* tests/test-clip.c:
	Removes a spurious #include <gdk-pixbuf/gdk-pixbuf.h> which may not
	be found if using --with-imagebackend=internal
This commit is contained in:
Robert Bragg 2008-06-04 16:02:40 +00:00
parent b2a3ce461d
commit 1be042189f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-06-04 Robert Bragg <bob@o-hand.com>
* tests/test-clip.c:
Removes a spurious #include <gdk-pixbuf/gdk-pixbuf.h> which may not
be found if using --with-imagebackend=internal
2008-06-04 Robert Bragg <bob@o-hand.com>
* configure.ac:

View File

@ -1,5 +1,4 @@
#include <clutter/clutter.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>