Further clean up the Boost hacks

This way we can also finally split up the src/common/* files into
headers and implementations.
This commit is contained in:
Robbert van der Helm
2020-03-06 18:44:15 +01:00
parent 13d013312a
commit 7d0bf3e3c4
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -24,6 +24,9 @@
#include <bitsery/traits/vector.h>
#include <vestige/aeffect.h>
#ifdef __WINE__
#include "../wine-host/boost-fix.h"
#endif
#include <boost/asio/buffer.hpp>
#include <boost/asio/local/stream_protocol.hpp>
#include <cinttypes>
+3
View File
@@ -16,6 +16,9 @@
#pragma once
#ifdef __WINE__
#include "../wine-host/boost-fix.h"
#endif
#include <boost/process/environment.hpp>
#include <fstream>
#include <iostream>
-2
View File
@@ -16,8 +16,6 @@
#pragma once
#include "boost-fix.h"
#define NOMINMAX
#define NOSERVICE
#define NOMCX