Removed unnecessary boost include

This commit is contained in:
Charles Dang 2016-03-31 09:10:23 +11:00
parent b98687147a
commit 38223569ab

View file

@ -42,7 +42,6 @@
#include <boost/optional.hpp>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/utility/in_place_factory.hpp> //needed for boost::in_place to initialize optionals
#include <vector>