Skip to content

Commit

Permalink
Removed leftovers from boost filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Oct 18, 2023
1 parent 3558990 commit b4bf8fa
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 56 deletions.
8 changes: 0 additions & 8 deletions nano/lib/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@

using namespace std::chrono_literals;

namespace boost
{
namespace filesystem
{
class path;
}
}

#define xstr(a) ver_str (a)
#define ver_str(a) #a

Expand Down
8 changes: 0 additions & 8 deletions nano/lib/rpcconfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
#include <thread>
#include <vector>

namespace boost
{
namespace filesystem
{
class path;
}
}

namespace nano
{
class tomlconfig;
Expand Down
5 changes: 0 additions & 5 deletions nano/lib/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

namespace boost
{
namespace filesystem
{
class path;
}

namespace system
{
class error_code;
Expand Down
8 changes: 0 additions & 8 deletions nano/nano_node/daemon.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
namespace boost
{
namespace filesystem
{
class path;
}
}

namespace nano
{
class node_flags;
Expand Down
7 changes: 0 additions & 7 deletions nano/node/ipc/ipc_access_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
#include <unordered_map>
#include <unordered_set>

namespace boost
{
namespace filesystem
{
class path;
}
}
namespace cpptoml
{
class table;
Expand Down
4 changes: 0 additions & 4 deletions nano/node/logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ namespace sinks

BOOST_LOG_CLOSE_NAMESPACE

namespace filesystem
{
class path;
}
}

namespace nano
Expand Down
8 changes: 0 additions & 8 deletions nano/node/node_rpc_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@

#include <string>

namespace boost
{
namespace filesystem
{
class path;
}
}

namespace nano
{
class tomlconfig;
Expand Down
8 changes: 0 additions & 8 deletions nano/store/lmdb/lmdb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@

#include <lmdb/libraries/liblmdb/lmdb.h>

namespace boost
{
namespace filesystem
{
class path;
}
}

namespace nano
{
class logging_mt;
Expand Down

0 comments on commit b4bf8fa

Please sign in to comment.