mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 12:30:11 +01:00
mesa: Clean up header file inclusion in vf.h.
Remove mtypes.h. Include glheader.h for GL symbols.
This commit is contained in:
parent
5dbd3fe3d4
commit
48def868d9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef VF_VERTEX_H
|
||||
#define VF_VERTEX_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/glheader.h"
|
||||
#include "math/m_vector.h"
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue