gles/cogl-texture-driver.c: Fix the include for cogl-material-private
In ddb9016be4
the GL texture driver backend was changed to include
cogl-material-opengl-private.h instead of cogl-material-private.h.
However the gles texture backend was missed from this so it was giving
a compiler warning about using an undeclared function.
This commit is contained in:
parent
00e3d77be3
commit
7d269c6315
@ -37,7 +37,7 @@
|
||||
#include "cogl-bitmap-private.h"
|
||||
#include "cogl-texture-private.h"
|
||||
#include "cogl-material.h"
|
||||
#include "cogl-material-private.h"
|
||||
#include "cogl-material-opengl-private.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-handle.h"
|
||||
#include "cogl-primitives.h"
|
||||
|
Loading…
Reference in New Issue
Block a user