From 844a48da2d670be95a62a582aab73ad8145040e2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée <m@maandree.se> Date: Wed, 5 Mar 2025 16:38:44 +0100 Subject: Unify header files (so far most) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée <m@maandree.se> --- src/hooks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/hooks.c') diff --git a/src/hooks.c b/src/hooks.c index d051c4b..cb14f60 100644 --- a/src/hooks.c +++ b/src/hooks.c @@ -26,8 +26,7 @@ # include <pwd.h> #endif -#include "hooks.h" -#include "redshift.h" +#include "common.h" #define MAX_HOOK_PATH 4096 -- cgit v1.2.3-70-g09d2