i965: drop dead #include "config.h"
authorEric Engestrom <eric@engestrom.ch>
Fri, 5 Jun 2020 08:38:31 +0000 (10:38 +0200)
committerMarge 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

index 0702ecc3d45ca12b2f41660965eb51d86f2ba8bf..ea505176aae62bb8de1d7c2dc3ed75a21d11def9 100644 (file)
  *          Dave Airlie <airlied@linux.ie>
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <xf86drm.h>
 #include <util/u_atomic.h>
 #include <fcntl.h>