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

gui/SearchWindow.cpp: change config.h to config.hpp

This commit is contained in:
Henrik Hautakoski 2020-04-16 14:43:36 +02:00
parent fc49dd243d
commit 94686cc4f6

View file

@ -31,7 +31,7 @@
#include <libeosio/WIF.h>
#include <eoskeygen/core/leet.h>
#include <eoskeygen/core/string.h>
#include "config.h"
#include "config.hpp"
#include "helpers.hpp"
#include "SearchWindow.hpp"