Mesa (master): mesa: remove unneeded #include of texfetch.h
Brian Paul
brianp at kemper.freedesktop.org
Thu Sep 8 19:58:00 PDT 2011
Module: Mesa
Branch: master
Commit: ce64b6d612dc167c4b8c00594d87517d6ed0e5fa
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce64b6d612dc167c4b8c00594d87517d6ed0e5fa
Author: Brian Paul <brianp at vmware.com>
Date: Thu Sep 8 20:54:37 2011 -0600
mesa: remove unneeded #include of texfetch.h
---
src/mesa/main/texgetimage.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c
index 4ab39a4..2830dda 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"
More information about the mesa-commit
mailing list