diff options
Diffstat (limited to 'src/mesa/math/m_eval.c')
-rw-r--r-- | src/mesa/math/m_eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/math/m_eval.c b/src/mesa/math/m_eval.c index 42ffd4133d..d324673c5d 100644 --- a/src/mesa/math/m_eval.c +++ b/src/mesa/math/m_eval.c @@ -37,8 +37,8 @@ */ -#include "glheader.h" -#include "config.h" +#include "main/glheader.h" +#include "main/config.h" #include "m_eval.h" static GLfloat inv_tab[MAX_EVAL_ORDER]; |