summaryrefslogtreecommitdiffstats
path: root/src/web_service/web_backend.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-02 20:55:49 +0100
committerLioncash <mathew1800@gmail.com>2019-03-02 20:58:49 +0100
commitaa30fd75cd7033dc4629dc299c5080887f6a58a5 (patch)
treef874d8b1100956bce3a0269d86cb8524b2f15c96 /src/web_service/web_backend.cpp
parentMerge pull request #2186 from honzapatCZ/patch-1 (diff)
downloadyuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.tar
yuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.tar.gz
yuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.tar.bz2
yuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.tar.lz
yuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.tar.xz
yuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.tar.zst
yuzu-aa30fd75cd7033dc4629dc299c5080887f6a58a5.zip
Diffstat (limited to 'src/web_service/web_backend.cpp')
-rw-r--r--src/web_service/web_backend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web_service/web_backend.cpp b/src/web_service/web_backend.cpp
index b7737b615..40da1a4e2 100644
--- a/src/web_service/web_backend.cpp
+++ b/src/web_service/web_backend.cpp
@@ -10,7 +10,6 @@
#include "common/common_types.h"
#include "common/logging/log.h"
#include "common/web_result.h"
-#include "core/settings.h"
#include "web_service/web_backend.h"
namespace WebService {