Remove some unnecessary includes

This commit is contained in:
Oliver Hamlet
2022-12-24 10:39:57 +00:00
parent 3a08a8cf07
commit fd40b7afc8
10 changed files with 2 additions and 12 deletions
-2
View File
@@ -24,8 +24,6 @@
#ifndef LOOT_GAME_INTERFACE
#define LOOT_GAME_INTERFACE
#include <optional>
#include "loot/database_interface.h"
#include "loot/plugin_interface.h"
-2
View File
@@ -27,9 +27,7 @@
#include <filesystem>
#include <libloadorder.hpp>
#include <list>
#include <string>
#include <unordered_set>
#include <vector>
#include "loot/enum/game_type.h"
-1
View File
@@ -25,7 +25,6 @@
#ifndef LOOT_API_HELPERS_COLLECTIONS
#define LOOT_API_HELPERS_COLLECTIONS
#include <algorithm>
#include <vector>
namespace loot {
-1
View File
@@ -25,7 +25,6 @@
#include "loot/metadata/plugin_metadata.h"
#include <boost/algorithm/string.hpp>
#include <filesystem>
#include <regex>
#include "api/game/game.h"
-2
View File
@@ -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 {
-1
View File
@@ -29,7 +29,6 @@
#include <optional>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "api/helpers/text.h"
-1
View File
@@ -29,7 +29,6 @@
#include <list>
#include <set>
#include <string>
#include <type_traits>
#include <vector>
#include "api/game/load_order_handler.h"
-1
View File
@@ -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"
+2
View File
@@ -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"
-1
View File
@@ -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"