Fixed comments

This commit is contained in:
gabime 2021-09-05 17:29:47 +03:00
parent f97dcc72dc
commit bae78f7b6c
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,8 @@
#pragma once
// Helper RAII over winsock udp client socket.
// Will throw on construction if socket creation failed.
#include <spdlog/common.h>
#include <spdlog/details/os.h>

View File

@ -3,9 +3,6 @@
#pragma once
// Helper RAII over winsock udp client socket.
// Will throw on construction if socket creation failed.
#ifndef SPDLOG_HEADER_ONLY
# include <spdlog/sinks/wincolor_sink.h>
#endif