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 | 868bfbcb0347878883b56b787bd1f63fd46c61c8 (patch) | |
| tree | a8f5c4f2afb88766bcdf4bf9c765aefd9acf99eb /include/adwaitamm/private/preferencesdialog_p.hpp | |
| parent | 2c4e151343828af13b28ec39946b6bf34748c2b3 (diff) | |
| download | libadwaitamm-868bfbcb0347878883b56b787bd1f63fd46c61c8.tar.xz libadwaitamm-868bfbcb0347878883b56b787bd1f63fd46c61c8.zip | |
adw: perform basic code cleanup
Diffstat (limited to 'include/adwaitamm/private/preferencesdialog_p.hpp')
| -rw-r--r-- | include/adwaitamm/private/preferencesdialog_p.hpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/adwaitamm/private/preferencesdialog_p.hpp b/include/adwaitamm/private/preferencesdialog_p.hpp index 14f1038..b146ea6 100644 --- a/include/adwaitamm/private/preferencesdialog_p.hpp +++ b/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 |
