diff options
Diffstat (limited to 'src/key.h')
-rw-r--r-- | src/key.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,10 +6,10 @@ #ifndef BITCOIN_KEY_H #define BITCOIN_KEY_H -#include "pubkey.h" -#include "serialize.h" -#include "support/allocators/secure.h" -#include "uint256.h" +#include <pubkey.h> +#include <serialize.h> +#include <support/allocators/secure.h> +#include <uint256.h> #include <stdexcept> #include <vector> |