1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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:
Joshua DeWeese 2022-04-13 11:56:42 -04:00
parent 7f8bf30b70
commit b83abf9ace

View File

@ -30,7 +30,6 @@
#include "thread.h"
#include "pipe.h"
#include "pipe.h"
#define BYTES_TOTAL (26)