mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
Remove tag headers from signal.hpp
This commit is contained in:
parent
7a569c4b98
commit
d89096c191
2 changed files with 3 additions and 3 deletions
|
@ -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 a new issue