Merge pull request #2189 from lioncash/web

web_service: Remove unnecessary inclusions
This commit is contained in:
bunnei 2019-03-03 22:56:49 -05:00 committed by GitHub
commit be6bf37224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -4,8 +4,6 @@
#pragma once
#include <functional>
#include <future>
#include <string>
namespace WebService {

View File

@ -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 {