From 00f959ab7e4c5cb857c62fd23b2f0a936d535833 Mon Sep 17 00:00:00 2001 From: Wolfgang Spraul Date: Mon, 2 Dec 2013 13:42:07 -0500 Subject: [PATCH] removed boost_random --- SConstruct | 1 - src/ripple_websocket/ripple_websocket.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index bfb7f8447..ef576ab68 100644 --- a/SConstruct +++ b/SConstruct @@ -93,7 +93,6 @@ BOOST_LIBS = [ 'boost_regex', 'boost_system', 'boost_thread', - 'boost_random', ] # We whitelist platforms where the non -mt version is linked with pthreads. This diff --git a/src/ripple_websocket/ripple_websocket.cpp b/src/ripple_websocket/ripple_websocket.cpp index c922b1414..e4356c865 100644 --- a/src/ripple_websocket/ripple_websocket.cpp +++ b/src/ripple_websocket/ripple_websocket.cpp @@ -35,7 +35,6 @@ #include "websocket/src/uri.cpp" #include "websocket/src/base64/base64.cpp" -#include "websocket/src/rng/boost_rng.cpp" #include "websocket/src/messages/data.cpp" #include "websocket/src/processors/hybi_header.cpp" #include "websocket/src/processors/hybi_util.cpp"