cogl-texture-3d: Fix the cogl-material-private header include
authorNeil Roberts <neil@linux.intel.com>
Wed, 14 Jul 2010 15:35:33 +0000 (16:35 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 14 Jul 2010 15:35:33 +0000 (16:35 +0100)
commit943266db3b31f99438a27473c6feb2aa5f71abb8
tree142a843a69d41d0a49d617143a70028c978dc831
parentd0d72e4d979de1078aeed00a5228c33296cd014d
cogl-texture-3d: Fix the cogl-material-private header include

In ddb9016be4 the texture backends were changed to include
cogl-material-opengl-private.h instead of cogl-material-private.h.
However the 3D texture backend was missed from this so it was giving a
compiler warning about using an undeclared function.
clutter/cogl/cogl/cogl-texture-3d.c