aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/include/spdlog/fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/include/spdlog/fwd.h')
-rw-r--r--NorthstarDedicatedTest/include/spdlog/fwd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/NorthstarDedicatedTest/include/spdlog/fwd.h b/NorthstarDedicatedTest/include/spdlog/fwd.h
deleted file mode 100644
index cc05ddd4..00000000
--- a/NorthstarDedicatedTest/include/spdlog/fwd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
-// Distributed under the MIT License (http://opensource.org/licenses/MIT)
-
-#pragma once
-
-namespace spdlog {
-class logger;
-class formatter;
-
-namespace sinks {
-class sink;
-}
-
-} // namespace spdlog