diff options
| author | Pieter Wuille <[email protected]> | 2012-04-16 14:56:45 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 20:03:42 +0200 |
| commit | 6b6aaa1698838278a547f16a15e635bd58ec867d (patch) | |
| tree | 62a79e33a866c2a92f548cecb6148c7339f8beaf /src/util.h | |
| parent | Move proto version to version.h. Reduce header deps a bit more. (diff) | |
| download | discoin-6b6aaa1698838278a547f16a15e635bd58ec867d.tar.xz discoin-6b6aaa1698838278a547f16a15e635bd58ec867d.zip | |
Further reduce header dependencies
This commit removes the dependency of serialize.h on PROTOCOL_VERSION,
and makes this parameter required instead of implicit. This is much saner,
as it makes the places where changing a version number can have an
influence obvious.
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 a4424771c..d9ec68c62 100644 --- a/src/util.h +++ b/src/util.h @@ -32,7 +32,6 @@ typedef int pid_t; /* define for windows compatiblity */ #include <openssl/ripemd.h> #include "netbase.h" // for AddTimeData -#include "ui_interface.h" typedef long long int64; typedef unsigned long long uint64; |