From b05d9362eac3a588808599c2752d4d39ec350f75 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 14 Jan 2024 13:23:09 +0200 Subject: [PATCH] Minor cleanup of includes --- src/details/file_helper.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/details/file_helper.cpp b/src/details/file_helper.cpp index 42ae3533..4349b61f 100644 --- a/src/details/file_helper.cpp +++ b/src/details/file_helper.cpp @@ -5,8 +5,7 @@ #include #include -#include -#include + #include "spdlog/common.h" #include "spdlog/details/os.h"