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/locations_preferences_page.cc | |
| parent | a073de1b022b362347d46b7895dc946d6506cf95 (diff) | |
Rename config_dialog.{cc,h} -> preferences_page.{cc,h}
Also trim some includes.
Diffstat (limited to 'src/wx/locations_preferences_page.cc')
| -rw-r--r-- | src/wx/locations_preferences_page.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/locations_preferences_page.cc b/src/wx/locations_preferences_page.cc index a992b2ed8..f77f88fb4 100644 --- a/src/wx/locations_preferences_page.cc +++ b/src/wx/locations_preferences_page.cc @@ -20,6 +20,11 @@ #include "locations_preferences_page.h" +#include "wx_util.h" +#include <wx/filepicker.h> +#include <wx/gbsizer.h> +#include <wx/wx.h> + using boost::bind; |
