More Linux fixes

Linus Torvalds have mercy on my soul
This commit is contained in:
Shay 2020-10-01 10:37:35 -06:00
parent a69af3dd10
commit 4d208b0729

View file

@ -6,13 +6,13 @@
#pragma once
#ifndef SPDLOG_H
#include "spdlog/spdlog.h"
#include "third-party/spdlog/include/spdlog/spdlog.h"
#endif
#include "spdlog/details/console_globals.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/details/os.h"
#include "spdlog/sinks/sink.h"
#include "third-party/spdlog/include/spdlog/details/console_globals.h"
#include "third-party/spdlog/include/spdlog/details/null_mutex.h"
#include "third-party/spdlog/include/spdlog/details/os.h"
#include "third-party/spdlog/include/spdlog/sinks/sink.h"
#include <memory>
#include <mutex>