Browse Source
Merge pull request #2189 from lioncash/web
web_service: Remove unnecessary inclusions
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
3 deletions
-
src/web_service/verify_login.h
-
src/web_service/web_backend.cpp
|
|
|
@ -4,8 +4,6 @@ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <functional> |
|
|
|
#include <future> |
|
|
|
#include <string> |
|
|
|
|
|
|
|
namespace WebService { |
|
|
|
|
|
|
|
@ -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 { |
|
|
|
|