mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
Fix include guards in rippled.
This commit is contained in:
committed by
Vinnie Falco
parent
c3809ece67
commit
c3ae4da83a
@@ -22,8 +22,8 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef RIPPLE_CKEYDETERMINISTIC_H
|
||||
#define RIPPLE_CKEYDETERMINISTIC_H
|
||||
#ifndef RIPPLE_CRYPTO_GENERATEDETERMINISTICKEY_H_INCLUDED
|
||||
#define RIPPLE_CRYPTO_GENERATEDETERMINISTICKEY_H_INCLUDED
|
||||
|
||||
#include <ripple/crypto/ec_key.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
Reference in New Issue
Block a user