Verified Commit 4e41571e authored by Marc Vef's avatar Marc Vef
Browse files

c++17: Removing boost dependencies

parent 7a3b2273
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
#include <client/preload_util.hpp>
#include <client/rpc/rpc_types.hpp>

#include <boost/token_functions.hpp>

namespace gkfs {
namespace rpc {

+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#endif

#include <boost/program_options.hpp>
#include <boost/tokenizer.hpp>

#include <filesystem>
#include <iostream>