From 02c0734adcb76fd7c0541d961b2c83196150ba2a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 16 Jan 2018 21:44:43 -0700 Subject: mesa: remove unneeded #includes of main/compiler.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- src/mesa/main/mm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/mm.c') diff --git a/src/mesa/main/mm.c b/src/mesa/main/mm.c index 473e90fc2d5..5f0bfe96911 100644 --- a/src/mesa/main/mm.c +++ b/src/mesa/main/mm.c @@ -26,7 +26,6 @@ #include #include -#include "compiler.h" #include "mm.h" -- cgit v1.2.3