drop unused NOMINMAX

This commit is contained in:
Michael Davidsaver
2018-05-18 15:20:26 -07:00
parent ba41fa6d62
commit 7a523dd948
6 changed files with 0 additions and 25 deletions

View File

@@ -4,11 +4,6 @@
* in file LICENSE that is included with this distribution.
*/
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
#include <map>
#include <string>
#include <vector>