mesa: do state validation in _mesa_valid_to_render()
[mesa.git] / src / mesa / math / m_eval.c
index dca09b029bd9dbe34e81eeae2434207966d8f8c6..d324673c5d772714a79be38240e7ac3d47884648 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: m_eval.c,v 1.6 2001/09/18 23:06:14 kschultz Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -38,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];