Commit 5153b445 authored by daylanKifky's avatar daylanKifky

minor fixes

parent 27e74126
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
#ifndef FMT_USE_WINDOWS_H #ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0 #define FMT_USE_WINDOWS_H 0
#endif #endif
#include "../../fmt/format.h" #include "bundled/format.h"
#if defined(SPDLOG_FMT_PRINTF) #if defined(SPDLOG_FMT_PRINTF)
#include "../../fmt/printf.h" #include "bundled/fmt/printf.h"
#endif #endif
#else //external fmtlib #else //external fmtlib
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
// include external or bundled copy of fmtlib's ostream support // include external or bundled copy of fmtlib's ostream support
// //
#if !defined(SPDLOG_FMT_EXTERNAL) #if !defined(SPDLOG_FMT_EXTERNAL)
#include "fmt/fmt.h" #include "fmt.h"
#include "fmt/bundled/ostream.h" #include "bundled/ostream.h"
#else #else
#include <fmt/ostream.h> #include <fmt/ostream.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment