summaryrefslogtreecommitdiff
path: root/src/wx/timer_display.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-26 00:23:07 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 00:27:12 +0100
commit52f2734861c86ad762603afc5d3c51c056fc5505 (patch)
tree73f19912a5df3c3ce057fc9d428263153a461f35 /src/wx/timer_display.cc
parentc87429313b25d102201a013e22e01dae8ba78b5b (diff)
using sorting.
Diffstat (limited to 'src/wx/timer_display.cc')
-rw-r--r--src/wx/timer_display.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timer_display.cc b/src/wx/timer_display.cc
index 95469c273..ef56824d6 100644
--- a/src/wx/timer_display.cc
+++ b/src/wx/timer_display.cc
@@ -27,10 +27,10 @@
#include <list>
-using std::map;
using std::list;
-using std::pair;
using std::make_pair;
+using std::map;
+using std::pair;
using std::string;