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:
Dave Airlie
2017-08-02 16:14:29 +10:00
parent 9e922bd78c
commit a60c584575
4 changed files with 0 additions and 4 deletions
@@ -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>
-1
View File
@@ -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"