From e1d81327dde6c6837ed81c61c58876bd261fb47d Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 17 Sep 2009 13:59:56 +0000 Subject: Split up util.h into 3 files - rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h --- src/rng/randpool/randpool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rng/randpool/randpool.cpp') diff --git a/src/rng/randpool/randpool.cpp b/src/rng/randpool/randpool.cpp index 77a5228c6..fe83f4361 100644 --- a/src/rng/randpool/randpool.cpp +++ b/src/rng/randpool/randpool.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3