mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-19 04:10:03 +02:00
libeosio .h files are renamed to .hpp
This commit is contained in:
parent
9e9e96b954
commit
e5cb4a72f6
10 changed files with 14 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Variables
|
||||
# --------------------------------
|
||||
set( LIBEOSIO_GIT_URL "https://github.com/eosswedenorg/libeosio.git" )
|
||||
set( LIBEOSIO_WANTED_VERSION 137d5cbe31666a748954dd233e54c5703480ebbf )
|
||||
set( LIBEOSIO_WANTED_VERSION aa7f3041185e5c28b03279636d1ba2446ed740ab )
|
||||
|
||||
# --------------------------------
|
||||
# Macros
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <libeosio/types.h>
|
||||
#include <libeosio/types.hpp>
|
||||
#include <eoskeygen/config.h>
|
||||
#include <eoskeygen/core/dictionary.h>
|
||||
#include <eoskeygen/core/strlist.h>
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
#include <libeosio/ec.h>
|
||||
#include <libeosio/WIF.h>
|
||||
#include <libeosio/ec.hpp>
|
||||
#include <libeosio/WIF.hpp>
|
||||
#include <eoskeygen/config.h>
|
||||
#include <eoskeygen/core/string.h>
|
||||
#include <eoskeygen/key_search_result.h>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
#include <libeosio/ec.h>
|
||||
#include <libeosio/ec.hpp>
|
||||
#include <eoskeygen/key_search_result.h>
|
||||
#include <eoskeygen/key_search.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue