From e7a73b75a0dbd599187b8980b2e1e1cb5dfdaf6d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 28 Aug 2016 11:05:14 +0200 Subject: gallium: switch drivers to the slab allocator in src/util --- src/gallium/auxiliary/Makefile.sources | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/auxiliary/Makefile.sources') diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 093c45b48fe..f8954c90407 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -284,8 +284,6 @@ C_SOURCES := \ util/u_sampler.h \ util/u_simple_shaders.c \ util/u_simple_shaders.h \ - util/u_slab.c \ - util/u_slab.h \ util/u_split_prim.h \ util/u_sse.h \ util/u_string.h \ -- cgit v1.2.3