Skip to content

Commit

Permalink
Fixed include
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Nov 9, 2024
1 parent 4c2bde9 commit 12c07b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions include/spdlog/pattern_formatter-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
#include <spdlog/details/fmt_helper.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>

#ifndef SPDLOG_NO_TLS
#include <spdlog/mdc.h>
#endif

#include <spdlog/fmt/fmt.h>
#include <spdlog/formatter.h>

Expand Down
5 changes: 0 additions & 5 deletions tests/includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
#include "spdlog/async.h"
#include "spdlog/details/fmt_helper.h"
#include "spdlog/details/os.h"

#ifndef SPDLOG_NO_TLS
#include "spdlog/mdc.h"
#endif

#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/null_sink.h"
Expand Down

0 comments on commit 12c07b8

Please sign in to comment.