From 2fd5dff7e7348cce46318ee0db913948968ded2a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 29 Oct 2018 11:21:07 -0700 Subject: util: Move os_misc to util MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is needed by u_debug Tested-by: Brian Paul Reviewed-by: Marek Olšák --- src/gallium/auxiliary/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/auxiliary/meson.build') diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build index 656955c621a..9c158b6b373 100644 --- a/src/gallium/auxiliary/meson.build +++ b/src/gallium/auxiliary/meson.build @@ -126,8 +126,6 @@ files_libgallium = files( 'os/os_memory_debug.h', 'os/os_memory_stdc.h', 'os/os_memory.h', - 'os/os_misc.c', - 'os/os_misc.h', 'os/os_mman.h', 'os/os_process.c', 'os/os_process.h', -- cgit v1.2.3