Rename asio-fix.h to use-linux-asio.h

Bit of an ugly verbose name but it probably makes it much clearer why
the include is needed.
This commit is contained in:
Robbert van der Helm
2022-10-26 17:10:18 +02:00
parent 9189b09529
commit 987ce8f204
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include <bitsery/traits/vector.h>
#ifdef __WINE__
#include "../wine-host/asio-fix.h"
#include "../wine-host/use-linux-asio.h"
#endif
#include <llvm/small-vector.h>
#include <asio/io_context.hpp>