From 074e213e8f48ebb660af1531b7d116c497b1f444 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 13 Mar 2018 09:02:55 +0000 Subject: Unified OS Library header, preparation for separate subsystem. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11718 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/rt/include/ch.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'os/rt') diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 3c7cc16d1..a4b6eb257 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -119,19 +119,15 @@ extern "C" { /* Optional subsystems headers.*/ #include "chregistry.h" #include "chsem.h" -#include "chbsem.h" #include "chmtx.h" #include "chcond.h" #include "chevents.h" #include "chmsg.h" -/* OSLIB headers.*/ -#include "chmboxes.h" -#include "chmemcore.h" -#include "chheap.h" -#include "chmempools.h" -#include "chfifo.h" -#include "chfactory.h" +/* OSLIB.*/ +#include "chlib.h" + +/* Headers dependent on the OSLIB.*/ #include "chdynamic.h" #endif /* CH_H */ -- cgit v1.2.3