mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
c3c388b6aa
does not compile
6 lines
132 B
C++
6 lines
132 B
C++
#ifndef LLARP_LINK_LAYER_HPP
|
|
#define LLARP_LINK_LAYER_HPP
|
|
#include <llarp/link/server.hpp>
|
|
#include <llarp/link/session.hpp>
|
|
#endif
|