diff options
author | Marek Olšák <[email protected]> | 2020-03-25 21:26:24 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 21:00:09 +0000 |
commit | 76f79db3f5d8492370c92080b5bbea7e31827b75 (patch) | |
tree | 6dd5ce4c71e696c82f4d8984d49dfe9a692e9879 /src/util/debug.c | |
parent | c42fa40a51efcf877915689bf170c67fff7e5600 (diff) |
util: stop including files from mesa/main
Reviewed-by: Timothy Arceri <[email protected]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
Diffstat (limited to 'src/util/debug.c')
-rw-r--r-- | src/util/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/debug.c b/src/util/debug.c index 7079c61b7f4..89ae6131074 100644 --- a/src/util/debug.c +++ b/src/util/debug.c @@ -23,7 +23,6 @@ #include <errno.h> #include <string.h> -#include "main/macros.h" #include "debug.h" #include "u_string.h" |