X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fjob_manager_view.h;h=79cc4743cef789ae8deb715bd5133272a710fd06;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hp=a83b481dc874027f54aeeecee18afe0c168e1df8;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h index a83b481dc..79cc4743c 100644 --- a/src/wx/job_manager_view.h +++ b/src/wx/job_manager_view.h @@ -21,12 +21,12 @@ * @brief Class which is a wxPanel for showing the progress of jobs. */ -#include -#include #include +#include +#include class Job; -class JobRecord; +class JobView; /** @class JobManagerView * @brief Class which is a wxPanel for showing the progress of jobs. @@ -44,5 +44,5 @@ private: wxFlexGridSizer* _table; boost::shared_ptr _timer; - std::list > _job_records; + std::list > _job_records; };