mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Avoid travis lint-include-guards error
This commit is contained in:
parent
0c5f67b8e5
commit
177b875adc
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef WALLETINITINTERFACE_H
|
||||
#define WALLETINITINTERFACE_H
|
||||
#ifndef BITCOIN_WALLETINITINTERFACE_H
|
||||
#define BITCOIN_WALLETINITINTERFACE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -48,4 +48,4 @@ public:
|
|||
void Close() override {}
|
||||
};
|
||||
|
||||
#endif // WALLETINITINTERFACE_H
|
||||
#endif // BITCOIN_WALLETINITINTERFACE_H
|
||||
|
|
Loading…
Add table
Reference in a new issue