This isn't used in any of these drivers.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
#include "main/macros.h"
#include "main/mtypes.h"
#include "main/enums.h"
-#include "main/mm.h"
#include "intel_screen.h"
#include "intel_tex.h"
#include <stdbool.h>
#include <string.h>
#include "main/mtypes.h"
-#include "main/mm.h"
#include <drm.h>
#include <intel_bufmgr.h>
typedef struct r200_context r200ContextRec;
typedef struct r200_context *r200ContextPtr;
-#include "main/mm.h"
struct r200_vertex_program {
struct gl_program mesa_program; /* Must be first */
#ifndef COMMON_CONTEXT_H
#define COMMON_CONTEXT_H
-#include "main/mm.h"
#include "math/m_vector.h"
#include "tnl/t_context.h"
#include "main/colormac.h"