tests: Remove a spurious #include

The test-backface-culling has what looks like a stray #include in which
stops the test compiling for backends without GdkPixbuf. Remove it.

http://bugzilla.openedhand.com/show_bug.cgi?id=1867
This commit is contained in:
Joshua Lock 2009-11-05 15:50:21 +00:00 committed by Emmanuele Bassi
parent cb60c038ac
commit b9e519c3b2

View File

@ -34,8 +34,6 @@ typedef struct _TestState
CoglHandle offscreen_tex;
} TestState;
#include <gdk-pixbuf/gdk-pixbuf.h>
static gboolean
validate_part (int xnum, int ynum, gboolean shown)
{