Remove tag headers from signal.hpp
This commit is contained in:
parent
7a569c4b98
commit
d89096c191
@ -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
|
||||
|
@ -1,8 +1,10 @@
|
||||
#include "components/ipc.hpp"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "components/ipc.hpp"
|
||||
#include "components/logger.hpp"
|
||||
#include "errors.hpp"
|
||||
#include "events/signal.hpp"
|
||||
#include "events/signal_emitter.hpp"
|
||||
#include "utils/factory.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user