summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/readpix.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-09-22 09:30:24 -0600
committerBrian Paul <[email protected]>2012-09-26 07:43:49 -0600
commit3ba9dbbabf591cfeb388cafbd9fa40cb784d32d9 (patch)
treea3a32cfece4a321656338dd8e228c248fcd0e269 /src/mesa/main/readpix.c
parent8348076ae444ab26d381cec1b388a1af4e0b0eba (diff)
mesa: move _mesa_es_error_check_format_and_type() to glformats.c
Where the non-ES _mesa_error_check_format_and_type() function lives. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/readpix.c')
-rw-r--r--src/mesa/main/readpix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c
index 1793095d4a9..f6680c91f44 100644
--- a/src/mesa/main/readpix.c
+++ b/src/mesa/main/readpix.c
@@ -38,7 +38,6 @@
#include "state.h"
#include "glformats.h"
#include "fbobject.h"
-#include "teximage.h"
/**