summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoridr <idr>2003-02-19 17:24:31 +0000
committeridr <idr>2003-02-19 17:24:31 +0000
commite173846e055c8e2c33929543801cebe428efa9b9 (patch)
tree8aaceb53f5f0c06b9c7f434272acaeb8df2d1ba2
parente5e0c138e90b5731dfd527dae33a24c650a7d5f8 (diff)
Removed duplicate includes.
-rw-r--r--xc/lib/GL/mesa/src/drv/r200/r200_tex.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r200/r200_tex.c b/xc/lib/GL/mesa/src/drv/r200/r200_tex.c
index 091b7d37a..db6cdaca4 100644
--- a/xc/lib/GL/mesa/src/drv/r200/r200_tex.c
+++ b/xc/lib/GL/mesa/src/drv/r200/r200_tex.c
@@ -51,11 +51,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "r200_swtcl.h"
#include "r200_tex.h"
-#include "r200_context.h"
-#include "r200_state.h"
-#include "r200_ioctl.h"
-#include "r200_swtcl.h"
-#include "r200_tex.h"
/**
@@ -511,7 +506,7 @@ static void r200TexImage1D( GLcontext *ctx, GLenum target, GLint level,
}
}
- /* Note, this will call r200ChooseTextureFormat */
+ /* Note, this will call ChooseTextureFormat */
_mesa_store_teximage1d(ctx, target, level, internalFormat,
width, border, format, type, pixels,
&ctx->Unpack, texObj, texImage);