cogl-texture-3d: Don't include cogl-texture-2d-private.h

I think this was included by a cut-and-paste error as it isn't needed
anywhere in the source.
This commit is contained in:
Neil Roberts 2010-07-14 16:34:36 +01:00
parent 96b0e6c304
commit 8b8f5efbe5

View File

@ -30,7 +30,6 @@
#include "cogl-internal.h"
#include "cogl-util.h"
#include "cogl-texture-private.h"
#include "cogl-texture-2d-private.h"
#include "cogl-texture-3d-private.h"
#include "cogl-texture-driver.h"
#include "cogl-context.h"