intel/crocus: push main/macros.h out to the users

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14104>
This commit is contained in:
Dave Airlie 2021-12-07 16:43:43 +10:00 committed by Marge Bot
parent 9105cf1955
commit 34804e1266
2 changed files with 1 additions and 1 deletions

View file

@ -112,6 +112,7 @@
#include "crocus_genx_macros.h"
#include "intel/common/intel_guardband.h"
#include "main/macros.h" /* UNCLAMPED_* */
/**
* Statically assert that PIPE_* enums match the hardware packets.

View file

@ -27,7 +27,6 @@
#include <stdio.h>
#include "dev/intel_device_info.h"
#include "main/glheader.h"
#include "main/macros.h"
#include "main/config.h"
#include "util/ralloc.h"
#include "util/u_math.h"