mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 15:45:34 +00:00
Merge branch 'blencludes' into 'master'
Remove superfluous includes from animblendrules.cpp See merge request OpenMW/openmw!4523
This commit is contained in:
commit
a17bffda26
1 changed files with 1 additions and 5 deletions
|
@ -1,17 +1,13 @@
|
|||
#include "animblendrules.hpp"
|
||||
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
#include <utility>
|
||||
|
||||
#include <components/misc/strings/algorithm.hpp>
|
||||
#include <components/misc/strings/format.hpp>
|
||||
#include <components/misc/strings/lower.hpp>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/files/configfileparser.hpp>
|
||||
#include <components/files/conversion.hpp>
|
||||
#include <components/sceneutil/controller.hpp>
|
||||
#include <components/sceneutil/textkeymap.hpp>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
|
Loading…
Reference in a new issue