diff options
author | stoffu <stoffu@protonmail.ch> | 2018-03-05 11:57:30 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-03-05 11:57:30 +0900 |
commit | 9a6be3da2508441f5d712e4875cf41ee2096e210 (patch) | |
tree | abd2804628d4103ec468758ad2312200fd189461 /src/wallet/api/wallet_manager.cpp | |
parent | Merge pull request #3303 (diff) | |
download | monero-9a6be3da2508441f5d712e4875cf41ee2096e210.tar.xz |
wallet_manager: fixed typo deviuce/device.hpp
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <boost/filesystem.hpp> #include <boost/regex.hpp> |