aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-03-05 11:57:30 +0900
committerstoffu <stoffu@protonmail.ch>2018-03-05 11:57:30 +0900
commit9a6be3da2508441f5d712e4875cf41ee2096e210 (patch)
treeabd2804628d4103ec468758ad2312200fd189461 /src
parentMerge pull request #3303 (diff)
downloadmonero-9a6be3da2508441f5d712e4875cf41ee2096e210.tar.xz
wallet_manager: fixed typo deviuce/device.hpp
Diffstat (limited to 'src')
-rw-r--r--src/wallet/api/wallet_manager.cpp2
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>