Only include certain boost headers if necessary.

This commit is contained in:
Jordan Lewis
2011-05-15 22:45:35 -05:00
parent 6b783965c4
commit 31f2931281
8 changed files with 16 additions and 13 deletions

View File

@@ -3,6 +3,12 @@
// 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;