From 04dab789dbd5b0df9cdc5e0cabe67600fa3fd676 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 20 Dec 2022 17:48:28 +0100 Subject: Remove include --- src/config.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config.hpp b/src/config.hpp index cea47da..feb68dd 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -10,7 +10,6 @@ #include #include #include -#include struct MainConfig { std::string record_area_option; @@ -290,4 +289,4 @@ static void save_config(const Config &config) { fprintf(file, "replay.time %d\n", config.replay_config.replay_time); fclose(file); -} \ No newline at end of file +} -- cgit v1.2.3