diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-25 11:56:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-25 11:56:28 +0200 |
| commit | 9d18485db854f4d430e7c45d9538330b21dd66c3 (patch) | |
| tree | 99b3af6fa6855ef808bf7efca2d2438f669f9ec8 /adw/src/private/breakpoint_p.cpp | |
| parent | 95dc7e43a23300b3eacbb7e1e0a9d4f31a8bd5a0 (diff) | |
| download | turns-9d18485db854f4d430e7c45d9538330b21dd66c3.tar.xz turns-9d18485db854f4d430e7c45d9538330b21dd66c3.zip | |
adw: perform basic code cleanup
Diffstat (limited to 'adw/src/private/breakpoint_p.cpp')
| -rw-r--r-- | adw/src/private/breakpoint_p.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/adw/src/private/breakpoint_p.cpp b/adw/src/private/breakpoint_p.cpp index 5a41a31..ed3dda6 100644 --- a/adw/src/private/breakpoint_p.cpp +++ b/adw/src/private/breakpoint_p.cpp @@ -1,11 +1,21 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #include "adwaitamm/private/breakpoint_p.hpp" #include "adwaitamm/breakpoint.hpp" #include <glibmm/class.h> #include <glibmm/objectbase.h> +#include <glibmm/private/object_p.h> + #include <gtkmm/buildable.h> +#include <adwaita.h> + namespace Adwaita { auto Breakpoint_Class::init() -> Glib::Class const & |
