net/ipv6/ext/rh.h: remove unneeded header includes

Only `<stdint.h>` is used by that header so all the other ones can go.
This commit is contained in:
Martine S. Lenders 2020-01-31 18:01:20 +01:00
parent 342792a9d6
commit 7e4078a6d1
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -24,10 +24,6 @@
#include <stdint.h>
#include "net/ipv6/addr.h"
#include "net/ipv6/ext.h"
#include "net/ipv6/hdr.h"
#ifdef __cplusplus
extern "C" {
#endif