remove unneeded boost include

This commit is contained in:
Dennis Luxen 2014-05-09 14:12:10 +02:00
parent afc0bac232
commit 1a57aff0f4

View File

@ -36,7 +36,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/array.hpp>
#include <boost/asio.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/noncopyable.hpp>
#include <string>
#include <vector>