Skip to content

Commit

Permalink
Remove some unneeded includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Oct 3, 2023
1 parent 4ced7af commit 44c9a20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions include/chainbase/pagemap_accessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

#include <fcntl.h> // open
#include <unistd.h> // pread, sysconf
#include <cstring>
#include <cstdlib>
#include <cassert>
#include <optional>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <vector>
#include <span>
#include <boost/interprocess/managed_external_buffer.hpp>
#include <boost/interprocess/anonymous_shared_memory.hpp>
#include <boost/interprocess/managed_mapped_file.hpp>

namespace chainbase {

Expand Down
2 changes: 0 additions & 2 deletions src/pinnable_mapped_file.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <chainbase/pinnable_mapped_file.hpp>
#include <chainbase/environment.hpp>
#include <chainbase/pagemap_accessor.hpp>
#include <boost/interprocess/managed_external_buffer.hpp>
#include <boost/interprocess/anonymous_shared_memory.hpp>
#include <boost/asio/signal_set.hpp>
#include <iostream>
#include <fstream>
Expand Down

0 comments on commit 44c9a20

Please sign in to comment.