aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-28 22:18:51 +0100
committerVaxry <[email protected]>2024-04-28 22:18:51 +0100
commit9bcaa8eb1506b66fd2f1295bd78015ace3b78525 (patch)
tree0fd68dff8db4277bd2d030867628cbb48f63ce7c
parent48c84099ba9ecb78ecf8f3fa19a849d9e51eb4a9 (diff)
downloadHyprland-9bcaa8eb1506b66fd2f1295bd78015ace3b78525.tar.gz
Hyprland-9bcaa8eb1506b66fd2f1295bd78015ace3b78525.zip
remove headermove-to-runtime-dir
-rw-r--r--src/Compositor.cpp1
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);