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>
This commit is contained in:
Timothy Arceri 2017-03-08 14:36:17 +11:00
parent d55d1e9805
commit 94a6457724
5 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,6 @@ C_SOURCES := \
util/u_simple_shaders.h \
util/u_split_prim.h \
util/u_sse.h \
util/u_string.h \
util/u_suballoc.c \
util/u_suballoc.h \
util/u_surface.c \

View file

@ -34,7 +34,7 @@
#include "pipe/p_compiler.h"
#include "os/os_thread.h"
#include "u_string.h"
#include "util/u_string.h"
#include "u_debug.h"
#include "u_debug_symbol.h"

View file

@ -26,7 +26,7 @@
#include "u_queue.h"
#include "u_memory.h"
#include "u_string.h"
#include "util/u_string.h"
static void util_queue_killall_and_wait(struct util_queue *queue);

View file

@ -44,6 +44,7 @@ MESA_UTIL_FILES := \
texcompress_rgtc_tmp.h \
u_atomic.h \
u_endian.h \
u_string.h \
u_vector.c \
u_vector.h \
vk_alloc.h \