From 8e757fae5aaece57755a98544f193bc2672966b3 Mon Sep 17 00:00:00 2001
From: dzwdz
Date: Sat, 18 Sep 2021 09:37:53 +0200
Subject: merge `kernel/types.h` and `init/types.h`

---
 src/shared/syscalls.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'src/shared/syscalls.h')

diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h
index 36588b6..2c1648e 100644
--- a/src/shared/syscalls.h
+++ b/src/shared/syscalls.h
@@ -1,10 +1,7 @@
 #pragma once
+#include <shared/types.h>
 #include <stddef.h>
 
-#ifndef TYPES_INCLUDED
-#  error "please include <kernel/types.h> or <init/types.h> before this file"
-#endif
-
 typedef int handle_t;
 
 enum {
-- 
cgit v1.2.3