mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove redundant includes. Conform to header include guidelines.
From the header include guidelines (developer-notes.md): "One exception is that a `.cpp` file does not need to re-include the includes already included in its corresponding `.h` file." * rpc/util.h includes pubkey.h + utilstrencodings.h. rpc/util.cpp includes rpc/util.h. * util.h includes fs.h. util.cpp includes util.h.
This commit is contained in:
parent
228b086b9a
commit
7ef46d063a
3 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <util.h>
|
||||
#include <fs.h>
|
||||
|
||||
#include <chainparamsbase.h>
|
||||
#include <random.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue