1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

cli: change .h to .hpp

This commit is contained in:
Henrik Hautakoski 2020-04-16 12:59:03 +02:00
parent e9dadc07ac
commit 54d46004c1
13 changed files with 13 additions and 13 deletions

View file

@ -22,8 +22,8 @@
* SOFTWARE.
*/
#include <iostream>
#include "isatty.h"
#include "console.h"
#include "isatty.hpp"
#include "console.hpp"
namespace eoskeygen { namespace console {