aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:45:35 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-17 18:58:47 -0500
commit31f293128177e0f53331ddb3f1f5ea22176bf91c (patch)
treef19f5b6a1fd422bce824e07afb9667a04e71f48f /src/util.h
parent6b783965c4c9dbce3c782f3f70b7b6342b7e56da (diff)
downloadbitcoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.tar.xz
Only include certain boost headers if necessary.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
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>