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:
@@ -43,7 +43,6 @@ string = """/*
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "colormac.h"
|
||||
#include "format_pack.h"
|
||||
#include "format_utils.h"
|
||||
#include "macros.h"
|
||||
|
||||
@@ -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]);
|
||||
|
||||
@@ -43,7 +43,6 @@ string = """/*
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "colormac.h"
|
||||
#include "format_unpack.h"
|
||||
#include "format_utils.h"
|
||||
#include "macros.h"
|
||||
|
||||
Reference in New Issue
Block a user