projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd28587
)
i965: drop dead #include "config.h"
author
Eric Engestrom
<eric@engestrom.ch>
Fri, 5 Jun 2020 08:38:31 +0000
(10:38 +0200)
committer
Marge Bot
<eric+marge@anholt.net>
Sat, 13 Jun 2020 01:31:56 +0000
(
01:31
+0000)
There hasn't been a config.h in a long time (it was an artifact of the
autotool build).
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5350>
src/mesa/drivers/dri/i965/brw_bufmgr.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_bufmgr.c
b/src/mesa/drivers/dri/i965/brw_bufmgr.c
index 0702ecc3d45ca12b2f41660965eb51d86f2ba8bf..ea505176aae62bb8de1d7c2dc3ed75a21d11def9 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_bufmgr.c
+++ b/
src/mesa/drivers/dri/i965/brw_bufmgr.c
@@
-31,10
+31,6
@@
* Dave Airlie <airlied@linux.ie>
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include <xf86drm.h>
#include <util/u_atomic.h>
#include <fcntl.h>