Remove unused include of boost/variant

This commit is contained in:
Alex Beregszaszi
2022-09-27 03:27:37 +02:00
parent 565423c934
commit 8230022e18
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -10,9 +10,7 @@
#include <liblangutil/Exceptions.h>
#include <boost/variant/static_visitor.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/variant.hpp>
#include <ostream>
#include <random>