From 13b3809fe325e031b48c62542d2e6be5a7d5d305 Mon Sep 17 00:00:00 2001 From: samcake Date: Fri, 24 Mar 2017 11:04:52 -0700 Subject: [PATCH] removing includes if possible --- libraries/gpu-gl/src/gpu/gl/GLTexture.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp b/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp index c93c6d98ee..65c5788227 100644 --- a/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp +++ b/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp @@ -8,8 +8,6 @@ #include "GLTexture.h" -//#include - #include "GLBackend.h" using namespace gpu;