fix(rename, submodule): libbase -> libbasen, aur.archlinux.org submodule removed
This commit is contained in:
@ -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;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include <base/base58.hpp>
|
||||
#include <base/hex.hpp>
|
||||
#include <basen/base58.hpp>
|
||||
#include <basen/hex.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace base58;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include <base/base64.hpp>
|
||||
#include <base/hex.hpp>
|
||||
#include <basen/base64.hpp>
|
||||
#include <basen/hex.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace base64;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#include <utility>
|
||||
|
||||
#include <base/base58.hpp>
|
||||
#include <base/baseN.hpp>
|
||||
#include <base/hex.hpp>
|
||||
#include <basen/base58.hpp>
|
||||
#include <basen/baseN.hpp>
|
||||
#include <basen/hex.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace baseN;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include <base/hex.hpp>
|
||||
#include <basen/hex.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace hex;
|
||||
|
||||
Reference in New Issue
Block a user