diff options
| author | Jeff Garzik <[email protected]> | 2012-04-15 18:20:05 -0400 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 20:02:38 +0200 |
| commit | ccd65d426156c3d5b7a8f1123210decd1f06fe42 (patch) | |
| tree | 6dc2f45f16ce625fae84fad2bda4fd2511d752db /src/protocol.h | |
| parent | Move CWalletDB code to new walletdb module. (diff) | |
| download | discoin-ccd65d426156c3d5b7a8f1123210decd1f06fe42.tar.xz discoin-ccd65d426156c3d5b7a8f1123210decd1f06fe42.zip | |
Move proto version to version.h. Reduce header deps a bit more.
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index a820563d0..f7331c192 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -12,7 +12,6 @@ #include "serialize.h" #include "netbase.h" -#include "util.h" #include <string> #include "uint256.h" |