From e568fa9f63037f8552498c7b3f7b0519fcdcf9cd Mon Sep 17 00:00:00 2001 From: Florian Schmaus <flow@cs.fau.de> Date: Mon, 3 May 2021 12:10:57 +0200 Subject: [PATCH] [Future] Remove Runtime.hpp include I do as IWYU guides. --- emper/io/Future.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/emper/io/Future.cpp b/emper/io/Future.cpp index d374fe24..013997e4 100644 --- a/emper/io/Future.cpp +++ b/emper/io/Future.cpp @@ -11,7 +11,6 @@ #include "BinaryPrivateSemaphore.hpp" // for BPS #include "CallerEnvironment.hpp" // for CallerEnvironment #include "Debug.hpp" // for LOGD, LOGW -#include "Runtime.hpp" // for Runtime #include "io/IoContext.hpp" // for IoContext #include "io/Stats.hpp" // for Stats, Operation -- GitLab