nouveau: memory leak
[mesa.git] / src / mesa / math / m_xform.c
index fa3f57a8e5a8e7d458cf3f79e3c1f692b2bab9dd..901ae5b416ab4d392544609fb60e978ff2b3abc7 100644 (file)
@@ -33,8 +33,8 @@
  * 3. Transformation of a point p by a matrix M is: p' = M * p
  */
 
-#include "glheader.h"
-#include "macros.h"
+#include "main/glheader.h"
+#include "main/macros.h"
 
 #include "m_eval.h"
 #include "m_matrix.h"