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

move src/core/isatty to src/isatty

This commit is contained in:
Henrik Hautakoski 2020-03-23 13:44:37 +01:00
parent 086d9e1241
commit fc00d97d40
4 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ endif()
set (PROGRAM_EXE ${CMAKE_PROJECT_NAME})
set (PROGRAM_SOURCE
src/core/isatty.cpp
src/isatty.cpp
src/cli_key_search_result.cpp
src/console.cpp
src/benchmark.cpp

View file

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