net: re-ordered includes in ng_netreg + ng_pktbuf
This commit is contained in:
parent
b84eb0478f
commit
ed65ced885
@ -16,9 +16,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "clist.h"
|
||||
#include "utlist.h"
|
||||
#include "net/ng_netreg.h"
|
||||
#include "net/ng_nettype.h"
|
||||
#include "utlist.h"
|
||||
|
||||
#define _INVALID_TYPE(type) (((type) <= NG_NETTYPE_UNDEF) || ((type) >= NG_NETTYPE_NUMOF))
|
||||
|
||||
|
||||
@ -23,11 +23,10 @@
|
||||
|
||||
#include "clist.h"
|
||||
#include "mutex.h"
|
||||
#include "utlist.h"
|
||||
#include "net/ng_pktbuf.h"
|
||||
#include "net/ng_nettype.h"
|
||||
#include "net/ng_pkt.h"
|
||||
#include "utlist.h"
|
||||
|
||||
#include "net/ng_pktbuf.h"
|
||||
|
||||
#include "_pktbuf_internal.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user