diff options
author | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-15 22:45:35 -0500 |
---|---|---|
committer | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-17 18:58:47 -0500 |
commit | 31f293128177e0f53331ddb3f1f5ea22176bf91c (patch) | |
tree | f19f5b6a1fd422bce824e07afb9667a04e71f48f /src/util.h | |
parent | 6b783965c4c9dbce3c782f3f70b7b6342b7e56da (diff) |
Only include certain boost headers if necessary.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index e4bf0fb10d..3244595164 100644 --- a/src/util.h +++ b/src/util.h @@ -15,7 +15,6 @@ #include <vector> #include <string> -#include <boost/foreach.hpp> #include <boost/thread.hpp> #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> #include <boost/date_time/gregorian/gregorian_types.hpp> |