Commit 6f34aa50 authored by Joseph Noir's avatar Joseph Noir

Turn of clang-format for net includes

parent 1875c2ee
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
// clang-format off
#ifdef CAF_WINDOWS #ifdef CAF_WINDOWS
# ifndef _WIN32_WINNT # ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0600 # define _WIN32_WINNT 0x0600
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
# include <sys/ioctl.h> # include <sys/ioctl.h>
# include <arpa/inet.h> # include <arpa/inet.h>
#endif #endif
// clang-format on
#include <map> #include <map>
#include <memory> #include <memory>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment