From be51e7233294263e3c2866e101e1151dbc61ccbe Mon Sep 17 00:00:00 2001 From: Luc Schrijvers Date: Sun, 16 Mar 2025 04:10:22 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Felix Ernst --- src/panels/information/informationpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/information/informationpanel.cpp b/src/panels/information/informationpanel.cpp index b0b7a8581..8adb64ff0 100644 --- a/src/panels/information/informationpanel.cpp +++ b/src/panels/information/informationpanel.cpp @@ -10,8 +10,8 @@ #define HAVE_KDIRNOTIFY __has_include() #if HAVE_KDIRNOTIFY -#endif #include +#endif #include #include #include -- 2.47.3