diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-02 12:47:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-02 19:23:21 +0100 |
| commit | 6877f18489edabfc2d91480b6249d1a594e88b0d (patch) | |
| tree | 9a91d7d65ccbeb00288faa8daacd968f81d8604c /src/wx/full_config_dialog.cc | |
| parent | a073de1b022b362347d46b7895dc946d6506cf95 (diff) | |
Rename config_dialog.{cc,h} -> preferences_page.{cc,h}
Also trim some includes.
Diffstat (limited to 'src/wx/full_config_dialog.cc')
| -rw-r--r-- | src/wx/full_config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index e0b72d8f8..ae275038d 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -25,7 +25,6 @@ #include "check_box.h" -#include "config_dialog.h" #include "config_move_dialog.h" #include "dcpomatic_button.h" #include "dcpomatic_choice.h" @@ -45,6 +44,7 @@ #include "nag_dialog.h" #include "name_format_editor.h" #include "password_entry.h" +#include "preferences_page.h" #include "region_subtag_widget.h" #include "send_test_email_dialog.h" #include "server_dialog.h" |
