mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove some unnecessary includes
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#ifndef LOOT_GAME_INTERFACE
|
||||
#define LOOT_GAME_INTERFACE
|
||||
|
||||
#include <optional>
|
||||
|
||||
#include "loot/database_interface.h"
|
||||
#include "loot/plugin_interface.h"
|
||||
|
||||
|
||||
@@ -27,9 +27,7 @@
|
||||
|
||||
#include <filesystem>
|
||||
#include <libloadorder.hpp>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "loot/enum/game_type.h"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#ifndef LOOT_API_HELPERS_COLLECTIONS
|
||||
#define LOOT_API_HELPERS_COLLECTIONS
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include "loot/metadata/plugin_metadata.h"
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <filesystem>
|
||||
#include <regex>
|
||||
|
||||
#include "api/game/game.h"
|
||||
|
||||
@@ -28,10 +28,8 @@
|
||||
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include "api/metadata/yaml/set.h"
|
||||
#include "loot/metadata/group.h"
|
||||
|
||||
namespace YAML {
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "api/helpers/text.h"
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <list>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
||||
#include "api/game/load_order_handler.h"
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <boost/graph/breadth_first_search.hpp>
|
||||
#include <boost/graph/iteration_macros.hpp>
|
||||
#include <boost/graph/topological_sort.hpp>
|
||||
#include <cstdlib>
|
||||
#include <queue>
|
||||
|
||||
#include "api/game/game.h"
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
#ifndef LOOT_API_SORTING_PLUGIN_SORTING_DATA
|
||||
#define LOOT_API_SORTING_PLUGIN_SORTING_DATA
|
||||
|
||||
#include <unordered_set>
|
||||
|
||||
#include "api/plugin.h"
|
||||
#include "loot/metadata/plugin_metadata.h"
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ along with LOOT. If not, see
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "loot/enum/game_type.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user