From 9a6be3da2508441f5d712e4875cf41ee2096e210 Mon Sep 17 00:00:00 2001 From: stoffu Date: Mon, 5 Mar 2018 11:57:30 +0900 Subject: [PATCH] wallet_manager: fixed typo deviuce/device.hpp --- src/wallet/api/wallet_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/api/wallet_manager.cpp b/src/wallet/api/wallet_manager.cpp index 22bc343fb..b3d3150d4 100644 --- a/src/wallet/api/wallet_manager.cpp +++ b/src/wallet/api/wallet_manager.cpp @@ -37,7 +37,7 @@ #include "common/updates.h" #include "version.h" #include "net/http_client.h" -#include "deviuce/device.hpp" +#include "device/device.hpp" #include #include