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:
Vinson Lee 2010-08-03 00:41:19 -07:00
parent 29495bbb84
commit 19f7db9c9c

View file

@ -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 */