diff options
author | fanquake <fanquake@gmail.com> | 2022-10-14 13:55:53 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-10-31 10:17:04 +0000 |
commit | 3a0b352c63db543833e0f919a004cf2c5093fe9c (patch) | |
tree | 039448fe79ddaa2b74cc23629238f01ee181523e /src/qt/main.cpp | |
parent | 058eb69ce47c17205a41fc667ce66429f09a332a (diff) |
refactor: move url.h/cpp from lib util to lib common
Diffstat (limited to 'src/qt/main.cpp')
-rw-r--r-- | src/qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/main.cpp b/src/qt/main.cpp index e8f39584ad..45131a1cf5 100644 --- a/src/qt/main.cpp +++ b/src/qt/main.cpp @@ -4,9 +4,9 @@ #include <qt/bitcoin.h> +#include <common/url.h> #include <compat/compat.h> #include <util/translation.h> -#include <util/url.h> #include <QCoreApplication> |