mesa: don't include colormac.h in format code

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
Brian Paul 2015-04-01 10:31:26 -06:00
parent 2768a0b1b4
commit 1625d7a87a
3 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,6 @@ string = """/*
#include <stdint.h>
#include "colormac.h"
#include "format_pack.h"
#include "format_utils.h"
#include "macros.h"

View file

@ -25,6 +25,8 @@
#ifndef FORMAT_UNPACK_H
#define FORMAT_UNPACK_H
#include "formats.h"
extern void
_mesa_unpack_rgba_row(mesa_format format, GLuint n,
const void *src, GLfloat dst[][4]);

View file

@ -43,7 +43,6 @@ string = """/*
#include <stdint.h>
#include "colormac.h"
#include "format_unpack.h"
#include "format_utils.h"
#include "macros.h"