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/include/adwaitamm/private/preferencesdialog_p.hpp | |
| parent | 95dc7e43a23300b3eacbb7e1e0a9d4f31a8bd5a0 (diff) | |
| download | turns-9d18485db854f4d430e7c45d9538330b21dd66c3.tar.xz turns-9d18485db854f4d430e7c45d9538330b21dd66c3.zip | |
adw: perform basic code cleanup
Diffstat (limited to 'adw/include/adwaitamm/private/preferencesdialog_p.hpp')
| -rw-r--r-- | adw/include/adwaitamm/private/preferencesdialog_p.hpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/adw/include/adwaitamm/private/preferencesdialog_p.hpp b/adw/include/adwaitamm/private/preferencesdialog_p.hpp index 14f1038..b146ea6 100644 --- a/adw/include/adwaitamm/private/preferencesdialog_p.hpp +++ b/adw/include/adwaitamm/private/preferencesdialog_p.hpp @@ -1,3 +1,9 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #ifndef LIBADWAITAMM_PRIVATE_PREFERENCES_DIALOG_P_HPP #define LIBADWAITAMM_PRIVATE_PREFERENCES_DIALOG_P_HPP @@ -6,10 +12,6 @@ #include <glibmm/class.h> #include <glibmm/objectbase.h> -#include <gtkmm/widget.h> - -#include <gtk/gtk.h> - #define _ADWAITA_INSIDE #include <adw-preferences-dialog.h> #undef _ADWAITA_INSIDE |
