mesa/dri: drop unneeded mm.h include
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>
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "main/macros.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/mm.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
#include "intel_tex.h"
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "main/mtypes.h"
|
||||
#include "main/mm.h"
|
||||
|
||||
#include <drm.h>
|
||||
#include <intel_bufmgr.h>
|
||||
|
||||
@@ -56,7 +56,6 @@ struct r200_context;
|
||||
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 */
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user