aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-08-15 17:31:26 +0200
committerMeshCollider <dobsonsa68@gmail.com>2017-11-16 08:23:02 +1300
commite7b31631c78a8fc021336c7ecda44f6bc4b4b1f1 (patch)
tree9a6311c49c6fb23c7dc2f0622b0b3b65cd336374 /src/qt/optionsmodel.cpp
parent0c715214dd2d03b66a366a87bf6d2c576c0176c2 (diff)
downloadbitcoin-e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1.tar.xz
qt: refactor: Changes to make include paths absolute
This makes all include paths in the GUI absolute. Many changes are involved as every single source file in src/qt/ assumes to be able to use relative includes.
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index 6fcd6c2950..a0645d9a74 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -17,7 +17,7 @@
#include <net.h>
#include <netbase.h>
#include <txdb.h> // for -dbcache defaults
-#include <qt/intro.h>
+#include <qt/intro.h>
#ifdef ENABLE_WALLET
#include <wallet/wallet.h>