diff options
author | Marek Olšák <[email protected]> | 2018-04-08 15:24:26 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-12 19:31:28 -0400 |
commit | 57f4268da49ce6969e597fe3441d6a9cd8bac562 (patch) | |
tree | 858641d090e933619cec667e3b3cb73c6b26eb7e /src/mesa/main/debug_output.c | |
parent | 6ff98dbf7c1420edeae519b1596bb9d4cca4b065 (diff) |
mesa: include dispatch.h less
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/debug_output.c')
-rw-r--r-- | src/mesa/main/debug_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/debug_output.c b/src/mesa/main/debug_output.c index 859e1f966d2..3d6cc18c2fa 100644 --- a/src/mesa/main/debug_output.c +++ b/src/mesa/main/debug_output.c @@ -27,7 +27,6 @@ #include <stdio.h> #include "context.h" #include "debug_output.h" -#include "dispatch.h" #include "enums.h" #include "imports.h" #include "hash.h" |