-
Notifications
You must be signed in to change notification settings - Fork 2k
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
core: remove kernel_types.h #15482
core: remove kernel_types.h #15482
Conversation
Let's see what CI uncovers. |
turns out it is not that simple. :/ |
b60b1ed
to
a9cebc1
Compare
b5ec314
to
be41fe4
Compare
diff --git a/src/ccnl-core/include/ccnl-if.h b/src/ccnl-core/include/ccnl-if.h | ||
index cf90dcf9c3..40d461a55e 100644 | ||
--- a/src/ccnl-core/include/ccnl-if.h | ||
+++ b/src/ccnl-core/include/ccnl-if.h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also provide an upstream pr :)
I fixed the extra newlines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me - please squash.
Let's see if it now also looks good to Murdock.
Automatically removed using: $ git grep -l kernel_types | xargs sed -i '/^#include .kernel_types/d'
Removal of kernel_types.h make these necessary.
6d46165
to
bc34c85
Compare
Thanks for the review! |
Contribution description
This PR removes core/include/kernel_types.h, which seems to only contain obsolete info.
Another commit removes any includes of that file.
This also pointed to a missing include for inttypes.h in sched.h, which is added in another commit.moved to #15481.Testing procedure
Successful CI should be sufficient.
Issues/PRs references
Follow-up of #14787