diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-23 20:47:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | 701c510562bfa4fffcd21f94f0714405ca508a37 (patch) | |
| tree | fda3e16848b9097ef381319f5209568ed9d6393b /src/wx/recipient_dialog.cc | |
| parent | 20d041aec481740d1e3495a763c2ef0368ea4147 (diff) | |
Remove unused file_dialog_wrapper.h
Diffstat (limited to 'src/wx/recipient_dialog.cc')
| -rw-r--r-- | src/wx/recipient_dialog.cc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/wx/recipient_dialog.cc b/src/wx/recipient_dialog.cc index d59226a96..eecb7c040 100644 --- a/src/wx/recipient_dialog.cc +++ b/src/wx/recipient_dialog.cc @@ -18,13 +18,13 @@ */ + +#include "dcpomatic_button.h" +#include "download_certificate_dialog.h" #include "recipient_dialog.h" -#include "wx_util.h" -#include "file_dialog_wrapper.h" #include "static_text.h" -#include "download_certificate_dialog.h" #include "table_dialog.h" -#include "dcpomatic_button.h" +#include "wx_util.h" #include "lib/compose.hpp" #include "lib/util.h" #include <dcp/exceptions.h> @@ -36,12 +36,13 @@ DCPOMATIC_DISABLE_WARNINGS DCPOMATIC_ENABLE_WARNINGS #include <iostream> -using std::string; + using std::cout; -using std::vector; using std::list; -using boost::optional; +using std::string; +using std::vector; using boost::bind; +using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif |
