1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-18 12:30:02 +02:00

Rename .h files to .hpp

This commit is contained in:
Henrik Hautakoski 2020-04-19 11:09:32 +02:00
parent 137d5cbe31
commit aa7f304118
10 changed files with 10 additions and 10 deletions

View file

@ -24,7 +24,7 @@
#ifndef LIBEOSIO_WIF_H
#define LIBEOSIO_WIF_H
#include <libeosio/types.h>
#include <libeosio/types.hpp>
namespace libeosio {

View file

@ -27,7 +27,7 @@
#include <cstdint>
#include <cstring>
#include <array>
#include <libeosio/hash.h>
#include <libeosio/hash.hpp>
namespace libeosio {

View file

@ -24,7 +24,7 @@
#ifndef LIBEOSIO_EC_H
#define LIBEOSIO_EC_H
#include <libeosio/types.h>
#include <libeosio/types.hpp>
namespace libeosio {

View file

@ -25,7 +25,7 @@
#define LIBEOSIO_HASH_H
#include <cstdint>
#include <libeosio/types.h>
#include <libeosio/types.hpp>
namespace libeosio {