mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unnecessary Boost headers
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "loot/api.h"
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "api/game/game.h"
|
||||
#include "api/helpers/logging.h"
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
|
||||
#include "loot/metadata/plugin_cleaning_data.h"
|
||||
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "api/game/game.h"
|
||||
#include "api/helpers/crc.h"
|
||||
#include "api/helpers/logging.h"
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "api/game/game.h"
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <esplugin.hpp>
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <cstdlib>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/graph/breadth_first_search.hpp>
|
||||
#include <boost/graph/iteration_macros.hpp>
|
||||
#include <boost/graph/topological_sort.hpp>
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "tests/api/internals/game/game_test.h"
|
||||
#include "tests/api/internals/game/game_cache_test.h"
|
||||
#include "tests/api/internals/game/load_order_handler_test.h"
|
||||
|
||||
Reference in New Issue
Block a user