From 8b8f5efbe523a1cf1b461df214562b7c4522b674 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 14 Jul 2010 16:34:36 +0100 Subject: [PATCH] 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. --- cogl/cogl-texture-3d.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cogl/cogl-texture-3d.c b/cogl/cogl-texture-3d.c index 170342ffc..151fd7ab1 100644 --- a/cogl/cogl-texture-3d.c +++ b/cogl/cogl-texture-3d.c @@ -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"