From b16a7b78bebf31af95428e0393c09bee119651c2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:22:29 +1000 Subject: plugin: use lower case imports --- plugin/src/Caelestia/serviceref.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugin/src/Caelestia/serviceref.cpp') diff --git a/plugin/src/Caelestia/serviceref.cpp b/plugin/src/Caelestia/serviceref.cpp index ebda663..dc82811 100644 --- a/plugin/src/Caelestia/serviceref.cpp +++ b/plugin/src/Caelestia/serviceref.cpp @@ -1,7 +1,6 @@ #include "serviceref.hpp" -#include "service.hpp" -#include +#include "service.hpp" namespace caelestia { -- cgit v1.2.3-freya