Skip to content

Commit e655dbb

Browse files
authored
Fix issue #3408
Remove including core.h or base.h
1 parent b18a234 commit e655dbb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/spdlog/fmt/fmt.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
#ifndef FMT_USE_WINDOWS_H
2121
#define FMT_USE_WINDOWS_H 0
2222
#endif
23-
24-
#include <spdlog/fmt/bundled/base.h>
2523
#include <spdlog/fmt/bundled/format.h>
26-
2724
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
28-
#include <fmt/base.h>
2925
#include <fmt/format.h>
3026
#endif

0 commit comments

Comments
 (0)