diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-09 17:48:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-09 17:48:27 +0100 |
| commit | 645cd7e9bd36f55be47caedb143926a58bac5cdb (patch) | |
| tree | bf4f65c7d2438272cee8cba38f218eebe6e81476 /src | |
| parent | 9d4e246b1ec845b6a4e061e837ac8a127c8ca5be (diff) | |
Include/using sorting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/job_manager_view.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/job_manager_view.cc b/src/wx/job_manager_view.cc index 0ec889fd4..b9c064a63 100644 --- a/src/wx/job_manager_view.cc +++ b/src/wx/job_manager_view.cc @@ -25,24 +25,24 @@ */ -#include "job_manager_view.h" #include "batch_job_view.h" +#include "job_manager_view.h" #include "normal_job_view.h" #include "wx_util.h" -#include "lib/job_manager.h" +#include "lib/compose.hpp" +#include "lib/exceptions.h" #include "lib/job.h" +#include "lib/job_manager.h" #include "lib/util.h" -#include "lib/exceptions.h" -#include "lib/compose.hpp" #include <iostream> -using std::string; +using std::cout; using std::list; using std::map; using std::min; -using std::cout; using std::shared_ptr; +using std::string; using std::weak_ptr; using boost::bind; #if BOOST_VERSION >= 106100 |
