mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core, gnrc_netreg: remove redundant or unneeded clist.h include
This commit is contained in:
parent
592530985f
commit
ec897a868c
@ -28,7 +28,6 @@
|
||||
#include "arch/thread_arch.h"
|
||||
#include "cpu_conf.h"
|
||||
#include "sched.h"
|
||||
#include "clist.h"
|
||||
|
||||
#ifdef MODULE_CORE_THREAD_FLAGS
|
||||
#include "thread_flags.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "assert.h"
|
||||
#include "clist.h"
|
||||
#include "utlist.h"
|
||||
#include "net/gnrc/netreg.h"
|
||||
#include "net/gnrc/nettype.h"
|
||||
|
Loading…
Reference in New Issue
Block a user