From da0bc7b6466d0c149024b4206a2299cb4edc4b0b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 18 Nov 2016 14:20:55 -0700 Subject: [PATCH] mesa: remove unneeded #includes in errors.c Reviewed-by: Vinson Lee --- src/mesa/main/errors.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 654343d..3a40c74 100644 --- a/src/mesa/main/errors.c +++ b/src/mesa/main/errors.c @@ -35,12 +35,6 @@ #include "imports.h" #include "context.h" #include "debug_output.h" -#include "dispatch.h" -#include "hash.h" -#include "mtypes.h" -#include "version.h" -#include "util/hash_table.h" -#include "util/simple_list.h" static FILE *LogFile = NULL; -- 2.7.4