mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/pipe: remove duplicated include
The header, pipe.h, is doubly included. This patch removes the second inclusion.
This commit is contained in:
parent
7f8bf30b70
commit
b83abf9ace
@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "pipe.h"
|
#include "pipe.h"
|
||||||
#include "pipe.h"
|
|
||||||
|
|
||||||
#define BYTES_TOTAL (26)
|
#define BYTES_TOTAL (26)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user