From 6b6aaa1698838278a547f16a15e635bd58ec867d Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 16 Apr 2012 14:56:45 +0200 Subject: 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. --- src/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index a4424771ce..d9ec68c620 100644 --- a/src/util.h +++ b/src/util.h @@ -32,7 +32,6 @@ typedef int pid_t; /* define for windows compatiblity */ #include #include "netbase.h" // for AddTimeData -#include "ui_interface.h" typedef long long int64; typedef unsigned long long uint64; -- cgit v1.2.3