Commit 415bb0cd by Dustin Green Committed by Commit Bot

IWYU - zircon/assert.h without stdlib.h

Bug: None Change-Id: I524d9c97ebe0f58487bff47631ffc68073f665f4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1740871Reviewed-by: 's avatarMichael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org>
parent 798f6c61
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <zircon/assert.h> #include <zircon/assert.h>
#include <zircon/syscalls.h> #include <zircon/syscalls.h>
#include <stdlib.h>
#define FUCHSIA_EGL_WINDOW_MAGIC 0x80738870 // "FXIP" #define FUCHSIA_EGL_WINDOW_MAGIC 0x80738870 // "FXIP"
struct fuchsia_egl_window struct fuchsia_egl_window
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment