mesa: Clean up header file inclusion in colortab.h.

This commit is contained in:
Vinson Lee 2010-11-07 20:23:15 -08:00
parent fdf3174007
commit cc0c45e7c5
1 changed files with 6 additions and 3 deletions

View File

@ -27,7 +27,12 @@
#define COLORTAB_H
#include "main/mtypes.h"
#include "compiler.h"
#include "glheader.h"
#include "mfeatures.h"
struct _glapi_table;
struct gl_color_table;
#if FEATURE_colortable
@ -46,8 +51,6 @@ _mesa_init_colortable_dispatch(struct _glapi_table *disp);
#else /* FEATURE_colortable */
#include "main/compiler.h"
static INLINE void GLAPIENTRY
_mesa_ColorTable( GLenum target, GLenum internalformat,
GLsizei width, GLenum format, GLenum type,