Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary / translate / translate.c
index b93fbf9033eeaaa0a9a8e3ac4822a168279a1522..a9b7253bf449dd6ccf05554e1e26e976b84cafaa 100644 (file)
@@ -31,7 +31,6 @@
   */
 
 #include "pipe/p_config.h"
-#include "pipe/p_util.h"
 #include "pipe/p_state.h"
 #include "translate.h"
 
@@ -43,6 +42,8 @@ struct translate *translate_create( const struct translate_key *key )
    translate = translate_sse2_create( key );
    if (translate)
       return translate;
+#else
+   (void)translate;
 #endif
 
    return translate_generic_create( key );