Tidy up includes:

* Replace boost with std equivalents:
  - bind, ref, cref, function, placeholders
* More "include what you use"
* Remove unnecessary includes
This commit is contained in:
Vinnie Falco
2014-06-15 18:26:50 -07:00
parent cf3eb24eb0
commit 506910147f
125 changed files with 343 additions and 1012 deletions

View File

@@ -19,7 +19,6 @@
#include <BeastConfig.h>
#include <beast/module/core/system/BeforeBoost.h>
#include <boost/bimap.hpp>
#include <boost/bimap/multiset_of.hpp>
#include <boost/bimap/unordered_set_of.hpp>