mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 04:20:18 +01:00
mesa: Reduce header file inclusion in m_translate.h.
m_translate.h does not use any additional symbols added by config.h.
This commit is contained in:
parent
29495bbb84
commit
19f7db9c9c
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
#ifndef _M_TRANSLATE_H_
|
||||
#define _M_TRANSLATE_H_
|
||||
|
||||
#include "main/config.h"
|
||||
#include "main/compiler.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h" /* hack for GLchan */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue