net: re-ordered includes in ng_netreg + ng_pktbuf

This commit is contained in:
Hauke Petersen 2015-03-17 18:14:34 +01:00
parent b84eb0478f
commit ed65ced885
2 changed files with 3 additions and 4 deletions

View File

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

View File

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