From ce64b6d612dc167c4b8c00594d87517d6ed0e5fa Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Sep 2011 20:54:37 -0600 Subject: [PATCH] mesa: remove unneeded #include of texfetch.h --- src/mesa/main/texgetimage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index 4ab39a4dd57..2830dda867f 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -42,7 +42,6 @@ #include "pbo.h" #include "texcompress.h" #include "texgetimage.h" -#include "texfetch.h" #include "teximage.h" -- 2.30.2