common: Reduce unused includes

This commit is contained in:
ameerj 2023-06-24 11:46:33 +03:00 committed by GPUCode
parent e112421db8
commit 52b9007fcf
14 changed files with 13 additions and 6 deletions

View file

@ -9,6 +9,7 @@
#include <boost/serialization/unique_ptr.hpp>
#include <cryptopp/osrng.h>
#include <cryptopp/sha.h>
#include <fmt/format.h>
#include "common/archives.h"
#include "common/file_util.h"
#include "common/logging/log.h"

View file

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <fmt/format.h>
#include "common/alignment.h"
#include "common/settings.h"
#include "common/string_util.h"

View file

@ -7,6 +7,7 @@
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/unique_ptr.hpp>
#include <fmt/format.h>
#include "common/string_util.h"
#include "common/swap.h"
#include "core/core.h"

View file

@ -10,6 +10,7 @@
#include <boost/optional.hpp>
#include <cryptopp/hex.h>
#include <cryptopp/osrng.h>
#include <fmt/format.h>
#include "common/bit_field.h"
#include "common/common_types.h"
#include "common/file_util.h"

View file

@ -4,6 +4,7 @@
#include <chrono>
#include <cryptopp/hex.h>
#include <fmt/format.h>
#include "common/archives.h"
#include "common/logging/log.h"
#include "common/scm_rev.h"