X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffonts_dialog.cc;h=43e914cee48d1cd9af56ab6c9f3899b87e30fe12;hb=313319ba2d8544bc25524e02e634804a503b54f1;hp=d5e0aacbea0a01bc7fb5f43710b76c70f8a339c9;hpb=b090dda8afed4f73349a5fa1e603a734171aa404;p=dcpomatic.git diff --git a/src/wx/fonts_dialog.cc b/src/wx/fonts_dialog.cc index d5e0aacbe..43e914cee 100644 --- a/src/wx/fonts_dialog.cc +++ b/src/wx/fonts_dialog.cc @@ -19,22 +19,20 @@ */ +#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 -#include #include using std::list; -using std::string; -using std::cout; using std::shared_ptr; +using std::string; using namespace dcpomatic;