mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.
[mesa.git] / src / mesa / tnl / t_vp_build.c
index 421ec88a4543a1ad781cc8ca1f6b357036dff8fc..2416328628eb82f0b61893685b6b71d308033f60 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.1
  *
  * Copyright (C) 2007  Tungsten Graphics   All Rights Reserved.
  *
@@ -32,7 +31,7 @@
 
 #include "main/glheader.h"
 #include "main/ffvertex_prog.h"
-#include "main/dd.h"
+#include "main/mtypes.h"
 #include "t_vp_build.h"