util: Gather some common macros
This gathers macros that have been included across components into util so that the include chain can be more vertical. In particular, this makes util stand on its own without any dependence whatsoever on the rest of mesa. Signed-off-by: "Jason Ekstrand" <jason.ekstrand@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "hash_table.h"
|
||||
#include "main/macros.h"
|
||||
#include "ralloc.h"
|
||||
#include "macros.h"
|
||||
|
||||
static const uint32_t deleted_key_value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user