r600g: fix linear and flat interpolation
[mesa.git] / src / gallium / auxiliary / util / u_keymap.c
index 508a2ee063416ba4c650cc820373238e9c1615df..e161ccd88ebebff4eda8dc475517b6dcdc7e0feb 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,6 @@
 
 #include "pipe/p_compiler.h"
 #include "util/u_debug.h"
-#include "pipe/p_error.h"
 
 #include "cso_cache/cso_hash.h"