From 46bed8d09f32360377350d71816a76abdfbf2c7c Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 24 Aug 2022 00:32:31 +0100 Subject: Adjust folder structure (#242) * Adjust folder structure * change launcher directory name --- NorthstarDedicatedTest/include/spdlog/fmt/ostr.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 NorthstarDedicatedTest/include/spdlog/fmt/ostr.h (limited to 'NorthstarDedicatedTest/include/spdlog/fmt/ostr.h') diff --git a/NorthstarDedicatedTest/include/spdlog/fmt/ostr.h b/NorthstarDedicatedTest/include/spdlog/fmt/ostr.h deleted file mode 100644 index f82eb679..00000000 --- a/NorthstarDedicatedTest/include/spdlog/fmt/ostr.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright(c) 2016 Gabi Melman. -// Distributed under the MIT License (http://opensource.org/licenses/MIT) -// - -#pragma once -// -// include bundled or external copy of fmtlib's ostream support -// - -#if !defined(SPDLOG_FMT_EXTERNAL) -#ifdef SPDLOG_HEADER_ONLY -#ifndef FMT_HEADER_ONLY -#define FMT_HEADER_ONLY -#endif -#endif -#include -#else -#include -#endif -- cgit v1.2.3