Skip to content
Snippets Groups Projects
Commit ed65ced8 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

net: re-ordered includes in ng_netreg + ng_pktbuf

parent b84eb047
No related branches found
No related tags found
No related merge requests found
......@@ -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 "net/ng_nettype.h"
#include "net/ng_pkt.h"
#include "utlist.h"
#include "net/ng_pktbuf.h"
#include "net/ng_nettype.h"
#include "net/ng_pkt.h"
#include "_pktbuf_internal.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment