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:
Dylan Baker 2021-11-17 17:03:49 -08:00 committed by Marge Bot
parent df8aeb4598
commit a854cbc7b5
1 changed files with 1 additions and 1 deletions

View File

@ -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"