mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
mesa: Clean up header file inclusion in m_xform.h.
Include compiler.h for CONST symbol. Remove config.h as m_xform.h uses no additional symbols from config.h.
This commit is contained in:
parent
19f7db9c9c
commit
816ad9bc23
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@
|
|||
#define _M_XFORM_H
|
||||
|
||||
|
||||
#include "main/compiler.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/config.h"
|
||||
#include "math/m_vector.h"
|
||||
#include "math/m_matrix.h"
|
||||
#include "math/m_vector.h"
|
||||
|
||||
#ifdef USE_X86_ASM
|
||||
#define _XFORMAPI _ASMAPI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue