aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-11-05 11:33:54 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-11-05 11:34:29 +0100
commitbccb4d29a8080bf1ecda1fc235415a11d903a680 (patch)
treef177fbf8cb8ef9a43e1f61ebf3b69fe07d566779 /src/init.h
parentb74078868b5e7a594aaf2cec08772e0b6324bc38 (diff)
parent2068f089c8b7b90eb4557d3f67ea0f0ed2059a23 (diff)
downloadbitcoin-bccb4d29a8080bf1ecda1fc235415a11d903a680.tar.xz
Merge #14555: Move util files to directory
2068f089c8b7b90eb4557d3f67ea0f0ed2059a23 scripted-diff: Move util files to separate directory. (Jim Posen) Pull request description: As discussed [here](https://github.com/bitcoin/bitcoin/pull/14074#issuecomment-429090584), this establishes a `util/` directory to introduce more organizational structure and have a clear place for new util files. It's really not scary to review, it's just one big scripted diff. Tree-SHA512: 39cf15480d7d35e987b6088d52a857a2d5b1802e36c6b815eb42718d80cd95e669757af9bcc7c04426cd8523662cb1050b8da1e2377d3730672820ed298b894b
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h
index c58ba5cfd3..b106353d08 100644
--- a/src/init.h
+++ b/src/init.h
@@ -8,7 +8,7 @@
#include <memory>
#include <string>
-#include <util.h>
+#include <util/system.h>
class CScheduler;
class CWallet;