aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-08-14 13:54:05 +0200
committerPieter Wuille <[email protected]>2014-09-08 20:19:31 +0200
commit86dbeea2cdd5749374c98afea3e4f5f49817f746 (patch)
tree66325232600dc519eef6244e6dc18bdafec41185 /src/bloom.cpp
parentMerge pull request #4865 (diff)
downloaddiscoin-86dbeea2cdd5749374c98afea3e4f5f49817f746.tar.xz
discoin-86dbeea2cdd5749374c98afea3e4f5f49817f746.zip
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
Diffstat (limited to 'src/bloom.cpp')
-rw-r--r--src/bloom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bloom.cpp b/src/bloom.cpp
index e34041336..07990beb1 100644
--- a/src/bloom.cpp
+++ b/src/bloom.cpp
@@ -5,7 +5,7 @@
#include "bloom.h"
#include "core.h"
-#include "script.h"
+#include "scriptutils.h"
#include <math.h>
#include <stdlib.h>