From f196a9fd272f6e9b23c6754ef1c4702f4a4ec769 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 5 Sep 2019 19:42:08 +0300 Subject: [PATCH] Fix dupllicate --- src/fmt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fmt.cpp b/src/fmt.cpp index 62c68a6e..6553f88d 100644 --- a/src/fmt.cpp +++ b/src/fmt.cpp @@ -8,7 +8,6 @@ #if !defined(SPDLOG_FMT_EXTERNAL) #include "spdlog/fmt/bundled/format-inl.h" -#include "spdlog/details/file_helper-inl.h" FMT_BEGIN_NAMESPACE template struct internal::basic_data;