Remove dependency on boost::random, since that is now in std

This commit is contained in:
Twan van Laarhoven
2020-04-25 22:22:15 +02:00
parent 787a707900
commit b7ed93cd02
3 changed files with 4 additions and 6 deletions
-1
View File
@@ -17,7 +17,6 @@
#include <data/pack.hpp>
#include <data/settings.hpp>
#include <util/window_id.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <wx/spinctrl.h>
#include <wx/dcbuffer.h>