Remove unused buffer header from network.cpp

This commit is contained in:
Thiago Silva 2023-02-17 23:29:08 -03:00
commit 04103e492b
No known key found for this signature in database
GPG key ID: 034303EB8F453169

View file

@ -3,7 +3,6 @@
#include <nano/node/network.hpp>
#include <nano/node/node.hpp>
#include <nano/node/telemetry.hpp>
#include <nano/secure/buffer.hpp>
#include <boost/format.hpp>