util: Move p_debug.h into util module.
[platform/upstream/mesa.git] / src / gallium / drivers / nv20 / nv20_prim_vbuf.c
index 7454084..187136c 100644 (file)
@@ -38,9 +38,9 @@
  */
 
 
-#include "pipe/p_debug.h"
+#include "util/u_debug.h"
 #include "pipe/p_inlines.h"
-#include "pipe/p_winsys.h"
+#include "pipe/internal/p_winsys_screen.h"
 
 #include "nv20_context.h"
 #include "nv20_state.h"