Use libdcp's warnings.h
[dcpomatic.git] / src / wx / credentials_download_certificate_panel.cc
index 77c18e3c1ddd0459cfeeb5546f81d8c7a32db340..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 std::function;
 using boost::optional;
 
+
 CredentialsDownloadCertificatePanel::CredentialsDownloadCertificatePanel (
                DownloadCertificateDialog* dialog,
                function<optional<string> ()> get_username,