Remove unnecessary Boost headers

This commit is contained in:
Oliver Hamlet
2017-11-02 19:04:11 +00:00
parent 8ef3fea3d3
commit eddda1be61
6 changed files with 3 additions and 6 deletions
+1
View File
@@ -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"
-1
View File
@@ -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"
-1
View File
@@ -31,7 +31,6 @@
#include <type_traits>
#include <vector>
#include <boost/locale.hpp>
#include <boost/algorithm/string.hpp>
#include <esplugin.hpp>
-1
View File
@@ -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>
+2
View File
@@ -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"