diff options
author | Eric Anholt <[email protected]> | 2015-02-11 15:05:06 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-02-20 11:36:34 -0800 |
commit | b53d035825ef3ad680470aa5c4f9dc51f8f5676b (patch) | |
tree | 25ebc310a0eb426f9bf815d12dc44d4ad6db54ff /src/util/register_allocate.c | |
parent | 8aa381e3cd848f051931f86af5fdcd59921916ee (diff) |
util: Move Mesa's bitset.h to util/.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/util/register_allocate.c')
-rw-r--r-- | src/util/register_allocate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/register_allocate.c b/src/util/register_allocate.c index af7a20c0982..684ee5d6cf5 100644 --- a/src/util/register_allocate.c +++ b/src/util/register_allocate.c @@ -76,7 +76,7 @@ #include "main/imports.h" #include "main/macros.h" #include "main/mtypes.h" -#include "main/bitset.h" +#include "util/bitset.h" #include "register_allocate.h" #define NO_REG ~0U |