summaryrefslogtreecommitdiffstats
path: root/src/web_service/verify_login.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-08-23 23:54:43 +0200
committerGitHub <noreply@github.com>2020-08-23 23:54:43 +0200
commit9619964e8c35f5b357230da96301dcc5a59bf4da (patch)
treefb3f33dd0e57fc6cb29af2df13c5e1c88953b0bd /src/web_service/verify_login.cpp
parentMerge pull request #4560 from lioncash/convert (diff)
parentweb_service: Move web_result.h into web_service (diff)
downloadyuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.tar
yuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.tar.gz
yuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.tar.bz2
yuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.tar.lz
yuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.tar.xz
yuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.tar.zst
yuzu-9619964e8c35f5b357230da96301dcc5a59bf4da.zip
Diffstat (limited to 'src/web_service/verify_login.cpp')
-rw-r--r--src/web_service/verify_login.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/verify_login.cpp b/src/web_service/verify_login.cpp
index bfaa5b70a..ceb55ca6b 100644
--- a/src/web_service/verify_login.cpp
+++ b/src/web_service/verify_login.cpp
@@ -3,9 +3,9 @@
// Refer to the license.txt file included.
#include <nlohmann/json.hpp>
-#include "common/web_result.h"
#include "web_service/verify_login.h"
#include "web_service/web_backend.h"
+#include "web_service/web_result.h"
namespace WebService {