Skip to content

Commit

Permalink
GH-592 Move log_* files only used by state_history into state_history…
Browse files Browse the repository at this point in the history
… library.
  • Loading branch information
heifner committed Jan 26, 2023
1 parent 0271a56 commit 23089d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/state_history/include/eosio/state_history/log.hpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#pragma once

#include <eosio/state_history/compression.hpp>
#include <eosio/state_history/log_catalog.hpp>
#include <eosio/state_history/log_data_base.hpp>
#include <eosio/state_history/log_index.hpp>
#include <eosio/chain/block_header.hpp>
#include <eosio/chain/exceptions.hpp>
#include <eosio/chain/types.hpp>
#include <eosio/chain/log_catalog.hpp>
#include <eosio/chain/log_data_base.hpp>
#include <eosio/chain/log_index.hpp>

#include <fc/io/cfile.hpp>
#include <fc/log/logger.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <eosio/chain/exceptions.hpp>

#include <boost/filesystem/path.hpp>
#include <boost/iostreams/device/mapped_file.hpp>

Expand Down

0 comments on commit 23089d6

Please sign in to comment.