tests: Remove a spurious #include
authorJoshua Lock <josh@linux.intel.com>
Thu, 5 Nov 2009 15:50:21 +0000 (15:50 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 6 Nov 2009 11:49:21 +0000 (11:49 +0000)
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

index af45d3c..ddae982 100644 (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)
 {