Skip to content

Commit

Permalink
Removed unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed May 3, 2024
1 parent 8d81cca commit 7ea98fb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion include/spdlog/cfg/argv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Distributed under the MIT License (http://opensource.org/licenses/MIT)

#pragma once
#include "../details/registry.h"
#include "./helpers.h"

//
Expand Down
1 change: 0 additions & 1 deletion include/spdlog/sinks/ansicolor_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#pragma once

#include <array>
#include <memory>
#include <mutex>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion include/spdlog/sinks/msvc_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#pragma once

#include <mutex>
#include <string>

#include "../details/null_mutex.h"
#include "./base_sink.h"
Expand Down
2 changes: 0 additions & 2 deletions include/spdlog/sinks/null_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#pragma once

#include <mutex>

#include "../details/null_mutex.h"
#include "../details/synchronous_factory.h"
#include "./base_sink.h"
Expand Down
3 changes: 1 addition & 2 deletions include/spdlog/sinks/ringbuffer_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

#include <functional>
#include <mutex>
#include <string>
#include <vector>
#include <string_view>

#include "../details/circular_q.h"
#include "../details/log_msg_buffer.h"
Expand Down
1 change: 0 additions & 1 deletion include/spdlog/sinks/rotating_file_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#pragma once

#include <chrono>
#include <mutex>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion src/cfg/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <utility>

#include "spdlog/details/registry.h"
#include "spdlog/spdlog.h"

namespace spdlog {
namespace cfg {
Expand Down

0 comments on commit 7ea98fb

Please sign in to comment.