Skip to content
Snippets Groups Projects
Commit a34e5e51 authored by Lioncash's avatar Lioncash
Browse files

telemetry_json: Remove unnecessary includes

Removes unused includes. Also rectifies a missing <chrono> include.
parent 6e6ce2ce
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <thread>
#include "common/assert.h"
#include "common/detached_tasks.h"
#include "web_service/telemetry_json.h"
#include "web_service/web_backend.h"
......
......@@ -5,10 +5,10 @@
#pragma once
#include <array>
#include <chrono>
#include <string>
#include <json.hpp>
#include "common/telemetry.h"
#include "common/web_result.h"
namespace WebService {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment