summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-03-08 14:36:17 +1100
committerTimothy Arceri <[email protected]>2017-03-12 17:43:06 +1100
commit94a6457724c0f0fa15095c6a2cff61fb71acd070 (patch)
tree4b47a0cc393c6c174609d53186fefcf826c2f1d5 /src/gallium/auxiliary/Makefile.sources
parentd55d1e98055f29fcbab24748521997ad1e4d31a0 (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 8d3e4a95c66..9063b5134c3 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -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 \