mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
mesa: Reduce arrayobj.h header file inclusion.
Directly include mtypes.h instead of including context.h to include mtypes.h.
This commit is contained in:
parent
97b416eb67
commit
2bff1a08d9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef ARRAYOBJ_H
|
||||
#define ARRAYOBJ_H
|
||||
|
||||
#include "context.h"
|
||||
#include "mtypes.h"
|
||||
|
||||
/**
|
||||
* \file arrayobj.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue