lib/net/conversion/varint: move lib/varint here

windows
BodgeMaster 2022-12-27 16:24:59 +01:00
parent 9403da4ca0
commit d2861b79ac
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include <cstdint>
#include <vector>
#include "error.hpp"
#include "../../error.hpp"
namespace VarInt {

View File

@ -22,7 +22,7 @@
#include "assert.hpp"
#include "../lib/error.hpp"
#include "../lib/varint.hpp"
#include "../lib/net/conversion/varint.hpp"
int main() {