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