1
0
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:
Kaspar Schleiser 2016-07-13 00:55:37 +02:00
parent 592530985f
commit ec897a868c
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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"