st/mesa: fix st_CopyPixels without support for stencil exports
[mesa.git] / src / mesa / math / m_translate.h
index eeb947f292aca2718cea7d195bc36dea2d341e31..62f676ca6d7bdf09b4d9708cdc2867beef56a45f 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.5.1
  *
  * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
  *
 #ifndef _M_TRANSLATE_H_
 #define _M_TRANSLATE_H_
 
-#include "main/compiler.h"
 #include "main/glheader.h"
-#include "main/mtypes.h"               /* hack for GLchan */
-#include "swrast/s_chan.h"
 
 /**
  * Array translation.
@@ -77,14 +73,6 @@ extern void _math_trans_4ub(GLubyte (*to)[4],
                            GLuint start,
                            GLuint n );
 
-extern void _math_trans_4chan( GLchan (*to)[4],
-                              const void *ptr,
-                              GLuint stride,
-                              GLenum type,
-                              GLuint size,
-                              GLuint start,
-                              GLuint n );
-
 extern void _math_trans_4us(GLushort (*to)[4],
                            const void *ptr,
                            GLuint stride,