mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
refactor: post Optional<> removal cleanups
This commit is contained in:
parent
57e980d13c
commit
ebc4ab721b
37 changed files with 53 additions and 39 deletions
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <chainparamsbase.h>
|
||||
#include <clientversion.h>
|
||||
#include <optional>
|
||||
#include <rpc/client.h>
|
||||
#include <rpc/mining.h>
|
||||
#include <rpc/protocol.h>
|
||||
|
|
@ -24,6 +23,7 @@
|
|||
#include <cmath>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue