From 6c665cdfc5d9eca2136f87e10eb80a6c59d5156f Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 3 Aug 2016 09:16:12 -0700 Subject: util: Move format_rgb9e5.h to src/util It's used from both mesa main and gallium. Signed-off-by: Jason Ekstrand Reviewed-by: Roland Scheidegger --- src/gallium/auxiliary/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/auxiliary/Makefile.sources') diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 26f7eee365b..230f52beec8 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -229,7 +229,6 @@ C_SOURCES := \ util/u_format_other.c \ util/u_format_other.h \ util/u_format_r11g11b10f.h \ - util/u_format_rgb9e5.h \ util/u_format_rgtc.c \ util/u_format_rgtc.h \ util/u_format_s3tc.c \ -- cgit v1.2.3