cogl-texture-3d: Don't include cogl-texture-2d-private.h
authorNeil Roberts <neil@linux.intel.com>
Wed, 14 Jul 2010 15:34:36 +0000 (16:34 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 14 Jul 2010 15:34:42 +0000 (16:34 +0100)
I think this was included by a cut-and-paste error as it isn't needed
anywhere in the source.

clutter/cogl/cogl/cogl-texture-3d.c

index 170342f..151fd7a 100644 (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"