From f159ae05165d1e6535d312be171dccb0efdf4070 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 10 Nov 2009 12:02:40 +0000 Subject: [PATCH] Removed redundant include of GLU --- src/osg/Texture2D.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osg/Texture2D.cpp b/src/osg/Texture2D.cpp index 8e947b23a..d8c9cd942 100644 --- a/src/osg/Texture2D.cpp +++ b/src/osg/Texture2D.cpp @@ -16,7 +16,6 @@ #include #include #include -#include using namespace osg;