Mesa (master): mesa: remove unneeded #includes in errors.c

Brian Paul brianp at kemper.freedesktop.org
Sun Nov 20 13:42:14 UTC 2016


Module: Mesa
Branch: master
Commit: da0bc7b6466d0c149024b4206a2299cb4edc4b0b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da0bc7b6466d0c149024b4206a2299cb4edc4b0b

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Nov 18 14:20:55 2016 -0700

mesa: remove unneeded #includes in errors.c

Reviewed-by: Vinson Lee <vlee at freedesktop.org>

---

 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;




More information about the mesa-commit mailing list