newcoin->ripple

This commit is contained in:
JoelKatz
2013-03-29 14:19:35 -07:00
parent 32c133fe26
commit e29e6fa13a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __NEWCOIN_ADDRESS__
#define __NEWCOIN_ADDRESS__
#ifndef __RIPPLE_ADDRESS__
#define __RIPPLE_ADDRESS__
#include "base58.h"
#include "uint256.h"

View File

@@ -2,8 +2,8 @@
// Copyright (c) 2011 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#ifndef NEWCOIN_UINT256_H
#define NEWCOIN_UINT256_H
#ifndef RIPPLE_UINT256_H
#define RIPPLE_UINT256_H
#include <algorithm>
#include <climits>