summaryrefslogtreecommitdiff
path: root/src/wx/player_stress_tester.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_stress_tester.cc')
-rw-r--r--src/wx/player_stress_tester.cc10
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)