diff options
author | Vaxry <[email protected]> | 2024-04-28 22:18:51 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-28 22:18:51 +0100 |
commit | 9bcaa8eb1506b66fd2f1295bd78015ace3b78525 (patch) | |
tree | 0fd68dff8db4277bd2d030867628cbb48f63ce7c | |
parent | 48c84099ba9ecb78ecf8f3fa19a849d9e51eb4a9 (diff) | |
download | Hyprland-9bcaa8eb1506b66fd2f1295bd78015ace3b78525.tar.gz Hyprland-9bcaa8eb1506b66fd2f1295bd78015ace3b78525.zip |
remove headermove-to-runtime-dir
-rw-r--r-- | src/Compositor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 358dad1a..d178215c 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -18,7 +18,6 @@ #include <sys/types.h> #include <sys/stat.h> -#include <pwd.h> int handleCritSignal(int signo, void* data) { Debug::log(LOG, "Hyprland received signal {}", signo); |