aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
diff options
context:
space:
mode:
authorjhuntley <jhuntley@houghtonassociates.com>2015-02-27 05:05:53 +0800
committerjhuntley <jhuntley@houghtonassociates.com>2015-03-05 00:18:32 +0800
commite229b5d291eefbf05e77988149d3ba2dc0059575 (patch)
treea8bf8cf138f206f8d37dcc1429b0e4e65ab0e126 /vm.h
parent5ae585f7cf21ae281f564d0edbad1251129f256d (diff)
downloaddexon-solidity-e229b5d291eefbf05e77988149d3ba2dc0059575.tar.gz
dexon-solidity-e229b5d291eefbf05e77988149d3ba2dc0059575.tar.zst
dexon-solidity-e229b5d291eefbf05e77988149d3ba2dc0059575.zip
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm.h b/vm.h
index 03b3b4e5..f27bce50 100644
--- a/vm.h
+++ b/vm.h
@@ -26,8 +26,6 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
#include <fstream>
#include <cstdint>
-// Make sure boost/asio.hpp is included before windows.h.
-#include <boost/asio.hpp>
#include <boost/test/unit_test.hpp>
#include <json_spirit/json_spirit.h>