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

@@ -25,7 +25,6 @@
#include <map>
#include <set>
#include <beast/module/core/system/BeforeBoost.h>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>