From 7b4245a3c3b65c8fc124f8d81523fdc3a7f1bfc0 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 28 Apr 2023 12:43:41 +0200 Subject: [PATCH] fix #include header style Signed-off-by: Matthieu Gallien --- src/gui/tray/activitylistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tray/activitylistmodel.cpp b/src/gui/tray/activitylistmodel.cpp index b820ed941..434074cf0 100644 --- a/src/gui/tray/activitylistmodel.cpp +++ b/src/gui/tray/activitylistmodel.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include namespace OCC { -- 2.30.2