diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-08-15 17:31:26 +0200 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-11-16 08:23:02 +1300 |
commit | e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1 (patch) | |
tree | 9a6311c49c6fb23c7dc2f0622b0b3b65cd336374 /src/qt/test/uritests.cpp | |
parent | 0c715214dd2d03b66a366a87bf6d2c576c0176c2 (diff) |
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/test/uritests.cpp')
-rw-r--r-- | src/qt/test/uritests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp index e11807d551..e47aa8b546 100644 --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -4,8 +4,8 @@ #include <qt/test/uritests.h> -#include <guiutil.h> -#include <walletmodel.h> +#include <qt/guiutil.h> +#include <qt/walletmodel.h> #include <QUrl> |