gallium/util: move u_string.h to src/util/u_string.h
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 8 Mar 2017 03:36:17 +0000 (14:36 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 12 Mar 2017 06:43:06 +0000 (17:43 +1100)
commit94a6457724c0f0fa15095c6a2cff61fb71acd070
tree4b47a0cc393c6c174609d53186fefcf826c2f1d5
parentd55d1e98055f29fcbab24748521997ad1e4d31a0
gallium/util: move u_string.h to src/util/u_string.h

This will help us move u_queue.c here eventually and also provide
string function wrappers for anyone wishing to port disk_cache.c
to windows.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_debug_symbol.c
src/gallium/auxiliary/util/u_queue.c
src/gallium/auxiliary/util/u_string.h [deleted file]
src/util/Makefile.sources
src/util/u_string.h [new file with mode: 0644]