summaryrefslogtreecommitdiff
path: root/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch
blob: 9b04f276ba55889336e9067d5a602fb2d91f4ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h
--- a/include/spdlog/fmt/fmt.h
+++ b/include/spdlog/fmt/fmt.h
@@ -16,10 +16,7 @@
 #endif
 #ifndef FMT_USE_WINDOWS_H
 #define FMT_USE_WINDOWS_H 0
-#endif
-#include "bundled/core.h"
-#include "bundled/format.h"
-#else // external fmtlib
+#endif // external fmtlib
 #include <fmt/core.h>
 #include <fmt/format.h>
 #endif
diff --git a/include/spdlog/fmt/ostr.h b/include/spdlog/fmt/ostr.h
--- a/include/spdlog/fmt/ostr.h
+++ b/include/spdlog/fmt/ostr.h
@@ -11,8 +11,6 @@
 #ifndef FMT_HEADER_ONLY
 #define FMT_HEADER_ONLY
 #endif
-#include "bundled/ostream.h"
-#include "fmt.h"
-#else
-#include <fmt/ostream.h>
 #endif
+
+#include <fmt/ostream.h>