summaryrefslogtreecommitdiff
path: root/plugins/Boltun/src/Engine/UnrecentChooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Boltun/src/Engine/UnrecentChooser.h')
-rw-r--r--plugins/Boltun/src/Engine/UnrecentChooser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Boltun/src/Engine/UnrecentChooser.h b/plugins/Boltun/src/Engine/UnrecentChooser.h
index 91a961e307..e815a6ec96 100644
--- a/plugins/Boltun/src/Engine/UnrecentChooser.h
+++ b/plugins/Boltun/src/Engine/UnrecentChooser.h
@@ -21,9 +21,6 @@
#ifndef UnRecentChooserH
#define UnRecentChooserH
-#include <map>
-#include <vector>
-#include <string>
#include "tstring.h"
class UnRecentChooser
@@ -35,7 +32,7 @@ class UnRecentChooser
std::map<size_t, tstring> oldItems;
std::map<tstring, float> oldPrios;
size_t last;
- int min;
+ int minimum;
static const size_t maxItems = 100;
public:
UnRecentChooser();