From 7cf79c17a9e54de41fd9a10e630ad07fd967829f Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 1 Sep 2020 12:48:51 +0200 Subject: [PATCH] fifo update --- container/FIFO.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/container/FIFO.h b/container/FIFO.h index 4688a7b0..e60a4979 100644 --- a/container/FIFO.h +++ b/container/FIFO.h @@ -1,8 +1,7 @@ #ifndef FRAMEWORK_CONTAINER_FIFO_H_ #define FRAMEWORK_CONTAINER_FIFO_H_ -#include "../returnvalues/HasReturnvaluesIF.h" -#include "../container/FIFOBase.h" +#include "FIFOBase.h" #include /**