Merge branch 'mesa_7_7_branch'
[mesa.git] / src / gallium / auxiliary / util / u_keymap.c
index 508a2ee063416ba4c650cc820373238e9c1615df..c4b9eb3d9b7f9ff21b445aed7a131d64c8b3f171 100644 (file)
@@ -28,7 +28,7 @@
 /**
  * Key lookup/associative container.
  *
- * Like Jose's u_hash_table, based on CSO cache code for now.
+ * Like Jose's util_hash_table, based on CSO cache code for now.
  *
  * Author: Brian Paul
  */
@@ -36,7 +36,7 @@
 
 #include "pipe/p_compiler.h"
 #include "util/u_debug.h"
-#include "pipe/p_error.h"
+#include "pipe/p_defines.h"
 
 #include "cso_cache/cso_hash.h"