1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

gnrc/pktbuf: remove unused #include "atomic.h"

This commit is contained in:
Joakim Nohlgård 2016-07-24 11:34:41 +02:00
parent d322af3fe5
commit 7376419350

View File

@ -34,7 +34,6 @@
#include <stdlib.h>
#include <string.h>
#include "atomic.h"
#include "cpu_conf.h"
#include "net/gnrc/pkt.h"
#include "net/gnrc/neterr.h"