Don't depend on muslc for embedded artifacts.
These images are freestanding so should only use the standard headers
made available by the compiler in freestansing mode.
Change-Id: Id96db053d2c8571a95ece319578171c145894b50
diff --git a/src/api.c b/src/api.c
index 2454fc8..daa6a81 100644
--- a/src/api.c
+++ b/src/api.c
@@ -16,12 +16,11 @@
#include "hf/api.h"
-#include <assert.h>
-
#include "hf/arch/cpu.h"
#include "hf/arch/std.h"
#include "hf/arch/timer.h"
+#include "hf/assert.h"
#include "hf/dlog.h"
#include "hf/mm.h"
#include "hf/spinlock.h"