From 9d18485db854f4d430e7c45d9538330b21dd66c3 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 --- adw/include/adwaitamm/breakpoint.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'adw/include/adwaitamm/breakpoint.hpp') diff --git a/adw/include/adwaitamm/breakpoint.hpp b/adw/include/adwaitamm/breakpoint.hpp index 7bcb2d9..4b40574 100644 --- a/adw/include/adwaitamm/breakpoint.hpp +++ b/adw/include/adwaitamm/breakpoint.hpp @@ -1,10 +1,15 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #ifndef LIBADWAITAMM_BREAKPOINT_HPP #define LIBADWAITAMM_BREAKPOINT_HPP #include "adwaitamm/helpers/gobj_mixin.hpp" #include -#include #include #include #include @@ -88,5 +93,4 @@ namespace Glib auto wrap(AdwBreakpoint * object, bool copy = false) -> Glib::RefPtr; } // namespace Glib - #endif \ No newline at end of file -- cgit v1.2.3