mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Clean up some includes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user