util: Remove u_math from u_vector
authorDaniel Stone <daniels@collabora.com>
Fri, 9 Jun 2017 13:57:20 +0000 (14:57 +0100)
committerDaniel Stone <daniels@collabora.com>
Fri, 14 Jul 2017 13:14:05 +0000 (14:14 +0100)
commit2b895475f600b142e9ccbfb3b33009fe68b21162
treed192532df7246d7c0d679aecf6e7e296856d9e14
parent8821ef4be1009328fc0bbf651feda6377efcd6b6
util: Remove u_math from u_vector

u_vector.h doesn't actually use anything from u_math, but it does mean
everyone has to pull in src/gallium/auxiliary/util includes.

Just remove it, adding a <string.h> include to u_vector.c to cover
memcpy.

Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/util/u_vector.c
src/util/u_vector.h