Tidy up the layout of the TemplatesDialog a bit.
[dcpomatic.git] / src / wx / credentials_download_certificate_panel.cc
index 9032b1f81ef5860f7092c4ec3be2f284ad41a56f..d90fc2719bda0d9f4a3d20905db6bf012402ae55 100644 (file)
 
 */
 
+
 #include "download_certificate_dialog.h"
 #include "credentials_download_certificate_panel.h"
 #include "password_entry.h"
 #include "wx_util.h"
 
+
 using std::string;
-using boost::function;
+using std::function;
 using boost::optional;
 
+
 CredentialsDownloadCertificatePanel::CredentialsDownloadCertificatePanel (
                DownloadCertificateDialog* dialog,
                function<optional<string> ()> get_username,