Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt to moved kernel_pid_t location #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include "encoding/name.h"
#include "forwarding-strategy.h"

#include <kernel_types.h>
#include <xtimer.h>
#include <net/gnrc/pktbuf.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
1 change: 0 additions & 1 deletion cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "encoding/shared-block.h"

#include <kernel_types.h>
//#include <xtimer.h>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can probably be removed too


#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion face-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef NDN_FACE_TABLE_H_
#define NDN_FACE_TABLE_H_

#include <kernel_types.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include "encoding/shared-block.h"
#include "face-table.h"

#include <kernel_types.h>
#include <xtimer.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion forwarding-strategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "encoding/shared-block.h"

#include <kernel_types.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion l2.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include "encoding/shared-block.h"

#include <kernel_types.h>
#include <net/gnrc/pktbuf.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion ndn.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef NDN_H_
#define NDN_H_

#include <kernel_types.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion netif.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef NDN_NETIF_H_
#define NDN_NETIF_H_

#include <kernel_types.h>
#include "sched.h"

#include "encoding/block.h"

Expand Down
2 changes: 1 addition & 1 deletion pit.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "encoding/shared-block.h"
#include "face-table.h"

#include <kernel_types.h>
#include "sched.h"
#include <xtimer.h>

#ifdef __cplusplus
Expand Down