diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-21 21:34:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-21 23:48:16 +0200 |
| commit | 313319ba2d8544bc25524e02e634804a503b54f1 (patch) | |
| tree | bbaacfbd1ce80d5141680a87fe533c9a8dd16a3b /src/wx/player_stress_tester.cc | |
| parent | e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c (diff) | |
Tidying.
Diffstat (limited to 'src/wx/player_stress_tester.cc')
| -rw-r--r-- | src/wx/player_stress_tester.cc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/wx/player_stress_tester.cc b/src/wx/player_stress_tester.cc index 6dd2dd674..b299ccbf8 100644 --- a/src/wx/player_stress_tester.cc +++ b/src/wx/player_stress_tester.cc @@ -18,26 +18,30 @@ */ -#include "player_stress_tester.h" + #include "controls.h" +#include "player_stress_tester.h" #include <dcp/raw_convert.h> #include <dcp/util.h> #include <wx/wx.h> #include <boost/algorithm/string.hpp> #include <boost/bind/bind.hpp> +#include <iostream> #include <string> #include <vector> -#include <iostream> + +using std::cout; using std::string; using std::vector; -using std::cout; using dcp::raw_convert; using boost::optional; + /* Interval to check for things to do with the stress script (in milliseconds) */ #define CHECK_INTERVAL 20 + Command::Command (string line) : type (NONE) , int_param (0) |
