From d89096c191e7c8a0b2f7e2d2bb6f27dd41c7f7bf Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sat, 16 Jan 2021 12:53:26 +0100 Subject: [PATCH] Remove tag headers from signal.hpp --- include/events/signal.hpp | 2 -- src/components/ipc.cpp | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/events/signal.hpp b/include/events/signal.hpp index a220be4d..ea4616a8 100644 --- a/include/events/signal.hpp +++ b/include/events/signal.hpp @@ -3,8 +3,6 @@ #include "common.hpp" #include "components/ipc.hpp" #include "components/types.hpp" -#include "tags/dispatch.hpp" -#include "tags/types.hpp" #include "utils/functional.hpp" POLYBAR_NS diff --git a/src/components/ipc.cpp b/src/components/ipc.cpp index d51ea580..a622c996 100644 --- a/src/components/ipc.cpp +++ b/src/components/ipc.cpp @@ -1,8 +1,10 @@ +#include "components/ipc.hpp" + #include #include -#include "components/ipc.hpp" #include "components/logger.hpp" +#include "errors.hpp" #include "events/signal.hpp" #include "events/signal_emitter.hpp" #include "utils/factory.hpp"