From b9e519c3b2bc5fc01743568a2a37029c61fdf6ef Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 5 Nov 2009 15:50:21 +0000 Subject: [PATCH] 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 --- tests/conform/test-backface-culling.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conform/test-backface-culling.c b/tests/conform/test-backface-culling.c index af45d3c9c..ddae9822c 100644 --- a/tests/conform/test-backface-culling.c +++ b/tests/conform/test-backface-culling.c @@ -34,8 +34,6 @@ typedef struct _TestState CoglHandle offscreen_tex; } TestState; -#include - static gboolean validate_part (int xnum, int ynum, gboolean shown) {