diff options
author | Dylan Baker <[email protected]> | 2018-10-01 11:45:25 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-30 14:32:52 -0700 |
commit | f1f104e54878ef42f02c947b8f1f3f0b710af6d8 (patch) | |
tree | 7b750a9548083c28250def3455ddf8f0bbd4de2a /src/gallium | |
parent | 59d494c1ccc981921a2341451016cb4e082480e4 (diff) |
gallium/util: remove u_inlines.h from u_debug.c
It's not used, and I'm not pulling u_inlines into src/util.
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c index 2584a1f297d..f6ed0138c1f 100644 --- a/src/gallium/auxiliary/util/u_debug.c +++ b/src/gallium/auxiliary/util/u_debug.c @@ -33,7 +33,6 @@ #include "util/u_debug.h" #include "pipe/p_format.h" #include "pipe/p_state.h" -#include "util/u_inlines.h" #include "util/u_string.h" #include "util/u_math.h" #include <inttypes.h> |