Skip to content

Commit

Permalink
Remove several not needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Jan 16, 2024
1 parent 83dfb0f commit 9298464
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions libdnf5/repo/repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ constexpr const char * REPOID_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmno
#include "repo_downloader.hpp"
#include "rpm/package_sack_impl.hpp"
#include "solv_repo.hpp"
#include "utils/string.hpp"

#include "libdnf5/common/exception.hpp"
#include "libdnf5/conf/const.hpp"
#include "libdnf5/logger/logger.hpp"
#include "libdnf5/utils/bgettext/bgettext-mark-domain.h"
#include "libdnf5/utils/fs/file.hpp"

extern "C" {
#include <solv/repo_rpmdb.h>
Expand All @@ -48,23 +45,12 @@ extern "C" {
#include <unistd.h>
#include <utime.h>

#include <array>
#include <atomic>
#include <cctype>
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <set>
#include <sstream>
#include <system_error>
#include <type_traits>


namespace libdnf5::repo {
Expand Down
2 changes: 0 additions & 2 deletions libdnf5/rpm/package_sack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ along with libdnf. If not, see <https://www.gnu.org/licenses/>.
#include "solv/id_queue.hpp"
#include "solv/solv_map.hpp"

#include "libdnf5/common/exception.hpp"
#include "libdnf5/rpm/package_query.hpp"

#include <sys/utsname.h>
Expand All @@ -41,7 +40,6 @@ extern "C" {
}

#include <algorithm>
#include <filesystem>


using LibsolvRepo = Repo;
Expand Down

0 comments on commit 9298464

Please sign in to comment.