mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
turnip: don't use mesa/macros.h to get utils/rounding.h
For hopefully obvious reasons. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13853>
This commit is contained in:
parent
df8aeb4598
commit
a854cbc7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#define MESA_LOG_TAG "TU"
|
||||
|
||||
#include "c11/threads.h"
|
||||
#include "main/macros.h"
|
||||
#include "util/rounding.h"
|
||||
#include "util/bitscan.h"
|
||||
#include "util/list.h"
|
||||
#include "util/log.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue