kernel: Minor optimization of event & semaphore include files

Since it is now possible to send both events and semaphores from
a fiber or ISR without having to use a command packet set, there
is no longer any need to reference the command packet include file.

Change-Id: Ibf2d96bc8ef0fd2a3db6f896c7a1201ab9b85bf7
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-11-05 15:37:11 -05:00 committed by Anas Nashif
parent 0c8965fd99
commit ab7f788adc
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
* @{
*/
#include <microkernel/command_packet.h>
#include <microkernel/base_api.h>
/* well-known events */
extern const kevent_t TICK_EVENT;

View File

@ -34,7 +34,7 @@
extern "C" {
#endif
#include <microkernel/command_packet.h>
#include <microkernel/base_api.h>
/**
*