fix(rename, submodule): libbase -> libbasen, aur.archlinux.org submodule removed

This commit is contained in:
2024-09-20 19:03:26 +03:00
parent 4e166d24cf
commit 4b7f01dcf6
20 changed files with 26 additions and 30 deletions

View File

@ -1,5 +1,5 @@
#include <base/hash/sha256.hpp>
#include <base/hex.hpp>
#include <basen/hash/sha256.hpp>
#include <basen/hex.hpp>
#include <gtest/gtest.h>
using namespace hash;