projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29495bb
)
mesa: Reduce header file inclusion in m_translate.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 3 Aug 2010 07:41:19 +0000
(
00:41
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 3 Aug 2010 07:41:19 +0000
(
00:41
-0700)
m_translate.h does not use any additional symbols added by config.h.
src/mesa/math/m_translate.h
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_translate.h
b/src/mesa/math/m_translate.h
index c677682d5060d616f8777b384d68190284fc2339..58041031163deb524b387a33dcea32389f2cf296 100644
(file)
--- a/
src/mesa/math/m_translate.h
+++ b/
src/mesa/math/m_translate.h
@@
-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 */