X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2Fregister_allocate.c;h=9c654080a09a8e4b2449a2e396f20b6323d35c2c;hb=e5339fe4a47c242693962c9f90bbab8b74935cba;hp=56517b5161cd834b817cffe42b1e8310ba984ea5;hpb=36aed70b591f7f4f642b26f46f7928be6d137e7b;p=mesa.git diff --git a/src/util/register_allocate.c b/src/util/register_allocate.c index 56517b5161c..9c654080a09 100644 --- a/src/util/register_allocate.c +++ b/src/util/register_allocate.c @@ -73,13 +73,11 @@ #include #include "ralloc.h" -#include "main/imports.h" +#include "util/imports.h" #include "main/macros.h" #include "util/bitset.h" #include "register_allocate.h" -#define NO_REG ~0U - struct ra_reg { BITSET_WORD *conflicts; unsigned int *conflict_list;