Merge pull request #226 from jordanlewis/betterheaders

Optimize header dependencies; improve Makefile dependency graph
This commit is contained in:
Jeff Garzik
2011-06-14 02:05:57 -07:00
11 changed files with 49 additions and 30 deletions

View File

@@ -2,6 +2,13 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
#include "strlcpy.h"
#include <boost/program_options/detail/config_file.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/interprocess/sync/interprocess_mutex.hpp>
#include <boost/interprocess/sync/interprocess_recursive_mutex.hpp>
#include <boost/foreach.hpp>
using namespace std;
using namespace boost;