forked from organicmaps/organicmaps
Remove duplicating 'using' entry.
This commit is contained in:
parent
1070cdcf16
commit
edc3df3fc6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#endif
|
||||
|
||||
#include <functional>
|
||||
using std::greater;
|
||||
|
||||
using std::less;
|
||||
using std::greater;
|
||||
using std::equal_to;
|
||||
|
|
Loading…
Add table
Reference in a new issue