Demote CKey.h include from .h to .cpp

This commit is contained in:
Vinnie Falco
2013-05-29 18:03:46 -07:00
parent 4fc2d3b274
commit e5492c0ab7
3 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@
#include "crypto/ripple_Base58.h" // for RippleAddress
#include "crypto/ripple_CKey.h" // needs RippleAddress VFALCO: TODO, remove this dependency cycle
#include "crypto/ripple_RFC1751.h"
// VFALCO: TODO, fix these warnings!