Fixed comments

pull/2094/head
gabime 4 years ago
parent f97dcc72dc
commit bae78f7b6c

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

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

Loading…
Cancel
Save