Tidying.
[dcpomatic.git] / src / wx / player_stress_tester.cc
index 6dd2dd67473451f5bdcbb45f1f2fd03c0ea4a076..b299ccbf8a249f9c674ba814c118a2ebe45ccccd 100644 (file)
 
 */
 
-#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)