Remove duplicating 'using' entry.

This commit is contained in:
vng 2012-01-03 15:53:38 +03:00 committed by Alex Zolotarev
parent 1070cdcf16
commit edc3df3fc6

View file

@ -6,7 +6,7 @@
#endif
#include <functional>
using std::greater;
using std::less;
using std::greater;
using std::equal_to;