Skip to content

Commit

Permalink
Remove superfluous includes from animblendrules.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Assumeru committed Jan 20, 2025
1 parent c16064e commit af9a9a6
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 af9a9a6

Please sign in to comment.