refactor: Move license info into new module

This commit is contained in:
Hennadii Stepanov
2026-03-30 16:34:48 +01:00
parent eb750d277b
commit 6953363be8
15 changed files with 70 additions and 40 deletions

View File

@@ -5,6 +5,7 @@
#include <blockfilter.h>
#include <clientversion.h>
#include <common/args.h>
#include <common/license_info.h>
#include <common/messages.h>
#include <common/settings.h>
#include <common/system.h>