1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 21:09:41 +00:00

Remove unused boost include

This commit is contained in:
elsid 2022-05-22 02:30:55 +02:00
parent 9abfaef7a1
commit ea107bdd53
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -4,8 +4,6 @@
#include <limits> #include <limits>
#include <list> #include <list>
#include <boost/concept_check.hpp>
#include <components/debug/debuglog.hpp> #include <components/debug/debuglog.hpp>
#include <components/misc/stringops.hpp> #include <components/misc/stringops.hpp>