From 807d8528b1cfcbaa8782f5e18f5ab5e8c0f014f6 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 25 Apr 2021 12:21:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20fmt=20includes=20""=20->?= =?UTF-8?q?=20<>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/utils/log.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/utils/log.hpp b/Source/utils/log.hpp index aff77b4cc..4e6807204 100644 --- a/Source/utils/log.hpp +++ b/Source/utils/log.hpp @@ -1,9 +1,8 @@ #pragma once -#include "fmt/core.h" -#include "fmt/ranges.h" - #include +#include +#include #ifdef USE_SDL1 #include "sdl2_to_1_2_backports.h"