lib/net/conversion/varint: move lib/varint here
parent
9403da4ca0
commit
d2861b79ac
|
@ -19,7 +19,7 @@
|
|||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "error.hpp"
|
||||
#include "../../error.hpp"
|
||||
|
||||
namespace VarInt {
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "assert.hpp"
|
||||
#include "../lib/error.hpp"
|
||||
#include "../lib/varint.hpp"
|
||||
#include "../lib/net/conversion/varint.hpp"
|
||||
|
||||
int main() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue