Mesa (master): st/mesa: remove unneeded #include in st_format.h

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 5 23:10:39 UTC 2017


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Dec  5 07:13:53 2017 -0700

st/mesa: remove unneeded #include in st_format.h

Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/mesa/state_tracker/st_format.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h
index 3dd9c10341..466b5d073f 100644
--- a/src/mesa/state_tracker/st_format.h
+++ b/src/mesa/state_tracker/st_format.h
@@ -33,7 +33,6 @@
 #include "main/formats.h"
 #include "main/glheader.h"
 
-#include "pipe/p_defines.h"
 #include "pipe/p_format.h"
 
 #ifdef __cplusplus




More information about the mesa-commit mailing list