From b028365c6b2d8d4eb2000e5c9a2abdd2c5523f1d Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Mon, 4 Apr 2016 23:57:41 +0200 Subject: Fix bootstraping issues with stdint.h. * include/mach/std_types.h: Do not include stdint.h. * kern/rdxtree.h: Replace sys/types.h with stdint.h. --- include/mach/std_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/mach/std_types.h b/include/mach/std_types.h index 553bd618..f78e236a 100644 --- a/include/mach/std_types.h +++ b/include/mach/std_types.h @@ -37,7 +37,6 @@ #include #include #include -#include typedef vm_offset_t pointer_t; typedef vm_offset_t vm_address_t; -- cgit v1.2.3