diff options
| author | Jeff Garzik <[email protected]> | 2011-06-14 02:05:57 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-06-14 02:05:57 -0700 |
| commit | 19ea44208f7c2cf335c654126deb81406036e328 (patch) | |
| tree | b3551e39efea8a96cac2513b08a97a040500168d /src/util.h | |
| parent | FormatFullVersion: build fix related to recent translation improvement (diff) | |
| parent | Only include certain boost headers if necessary. (diff) | |
| download | discoin-19ea44208f7c2cf335c654126deb81406036e328.tar.xz discoin-19ea44208f7c2cf335c654126deb81406036e328.zip | |
Merge pull request #226 from jordanlewis/betterheaders
Optimize header dependencies; improve Makefile dependency graph
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 cd0761ee3..e7110570c 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> |