X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fuploader.cc;h=ccf8b7febd53d603c788aba3a1d232aadc91bd27;hb=92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e;hp=c5448e469b8c3175ab750496ae4672964cceeb08;hpb=7392cb8383c9b857edad5f99eaf917ed70da237d;p=dcpomatic.git diff --git a/src/lib/uploader.cc b/src/lib/uploader.cc index c5448e469..ccf8b7feb 100644 --- a/src/lib/uploader.cc +++ b/src/lib/uploader.cc @@ -19,16 +19,16 @@ */ -#include "uploader.h" -#include "dcpomatic_assert.h" #include "compose.hpp" +#include "dcpomatic_assert.h" +#include "uploader.h" #include "i18n.h" -using std::string; -using std::shared_ptr; using std::function; +using std::shared_ptr; +using std::string; Uploader::Uploader (function set_status, function set_progress)