Clean up some includes

This commit is contained in:
Oliver Hamlet
2023-01-06 22:20:36 +00:00
parent 7a8f5da170
commit 1abba782f0
2 changed files with 2 additions and 7 deletions
-3
View File
@@ -30,13 +30,10 @@
#include <boost/graph/topological_sort.hpp>
#include <queue>
#include "api/game/game.h"
#include "api/helpers/logging.h"
#include "api/helpers/text.h"
#include "api/metadata/condition_evaluator.h"
#include "api/sorting/group_sort.h"
#include "loot/exception/cyclic_interaction_error.h"
#include "loot/exception/undefined_group_error.h"
namespace loot {
typedef boost::graph_traits<RawPluginGraph>::edge_descriptor edge_t;
+2 -4
View File
@@ -29,15 +29,13 @@
#include <spdlog/spdlog.h>
#include <boost/container_hash/hash.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_traits.hpp>
#include <map>
#include "api/game/game.h"
#include "api/plugin.h"
#include "api/sorting/plugin_sorting_data.h"
#include "loot/exception/cyclic_interaction_error.h"
#include "loot/enum/edge_type.h"
#include "loot/metadata/group.h"
namespace loot {
typedef boost::adjacency_list<boost::vecS,