Missing <b> tag in sv_SE translation (#2243).
[dcpomatic.git] / src / wx / fonts_dialog.cc
index d4cc270494fc61762e273fc244a6bad81b8cd8af..e81f4a853cd094a2ae8e71bde5a04fb91212dc74 100644 (file)
 */
 
 
+#include "dcpomatic_button.h"
 #include "fonts_dialog.h"
-#include "wx_util.h"
 #include "system_font_dialog.h"
-#include "dcpomatic_button.h"
-#include "lib/font.h"
+#include "wx_util.h"
 #include "lib/content.h"
+#include "lib/font.h"
 #include "lib/text_content.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-#include <iostream>
+LIBDCP_ENABLE_WARNINGS
+#include <memory>
 
 
 using std::list;
-using std::string;
-using std::cout;
 using std::shared_ptr;
+using std::string;
 using namespace dcpomatic;