From 868bfbcb0347878883b56b787bd1f63fd46c61c8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 25 Apr 2025 11:56:28 +0200 Subject: adw: perform basic code cleanup --- include/adwaitamm/private/switchrow_p.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/adwaitamm/private/switchrow_p.hpp') diff --git a/include/adwaitamm/private/switchrow_p.hpp b/include/adwaitamm/private/switchrow_p.hpp index 7c2288b..b1eecc5 100644 --- a/include/adwaitamm/private/switchrow_p.hpp +++ b/include/adwaitamm/private/switchrow_p.hpp @@ -1,22 +1,23 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #ifndef LIBADWAITAMM_PRIVATE_SWITCH_ROW_P_HPP #define LIBADWAITAMM_PRIVATE_SWITCH_ROW_P_HPP #include "adwaitamm/private/actionrow_p.hpp" -#include - #include #include -#include - #define _ADWAITA_INSIDE #include #undef _ADWAITA_INSIDE namespace Adwaita { - struct SwitchRow_Class : Glib::Class { using BaseClassParent = AdwActionRowClass; @@ -29,7 +30,6 @@ namespace Adwaita auto static class_init_function(void * gclass, void * data) -> void; auto static wrap_new(GObject * object) -> Glib::ObjectBase *; }; - } // namespace Adwaita #endif \ No newline at end of file -- cgit v1.2.3