summaryrefslogtreecommitdiff
path: root/kern/llsync.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-30 22:16:59 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-30 22:16:59 +0200
commit436fe6cb9711401fcc1f1d8fc29025f1aec5b774 (patch)
tree521e9c563f161e8faa6370372af26b3a4f5623ae /kern/llsync.c
parent4eaa58c85eec654eb8bf8e002b3f3a419f5ce16b (diff)
Move assert.h to the include directory
This turns assert.h into a standard header.
Diffstat (limited to 'kern/llsync.c')
-rw-r--r--kern/llsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/llsync.c b/kern/llsync.c
index 1942576d..1c5086f3 100644
--- a/kern/llsync.c
+++ b/kern/llsync.c
@@ -32,11 +32,11 @@
* TODO Gracefully handle large amounts of deferred works.
*/
+#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
-#include <kern/assert.h>
#include <kern/condition.h>
#include <kern/cpumap.h>
#include <kern/init.h>