Skip to content

Commit

Permalink
Merge branch 'blencludes' into 'master'
Browse files Browse the repository at this point in the history
Remove superfluous includes from animblendrules.cpp

See merge request OpenMW/openmw!4523
  • Loading branch information
Capostrophic committed Jan 31, 2025
2 parents c04cd2d + af9a9a6 commit a17bffd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/sceneutil/animblendrules.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit a17bffd

Please sign in to comment.