mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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:
parent
cb60c038ac
commit
b9e519c3b2
@ -34,8 +34,6 @@ typedef struct _TestState
|
|||||||
CoglHandle offscreen_tex;
|
CoglHandle offscreen_tex;
|
||||||
} TestState;
|
} TestState;
|
||||||
|
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
validate_part (int xnum, int ynum, gboolean shown)
|
validate_part (int xnum, int ynum, gboolean shown)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user