Moved sha1 and gdtoa inclusions into system.hh.
This commit is contained in:
parent
a69649fb7f
commit
cbc41ca47a
3 changed files with 4 additions and 4 deletions
|
|
@ -43,9 +43,6 @@
|
|||
|
||||
#include "amount.h"
|
||||
#include "binary.h"
|
||||
#ifdef HAVE_GDTOA
|
||||
#include "gdtoa.h"
|
||||
#endif
|
||||
|
||||
namespace ledger {
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
#include "session.h"
|
||||
#include "format.h"
|
||||
#include "textual.h"
|
||||
#include "SHA1.h"
|
||||
|
||||
namespace ledger {
|
||||
|
||||
|
|
|
|||
|
|
@ -121,6 +121,10 @@ typedef std::ostream::pos_type ostream_pos_type;
|
|||
#endif
|
||||
|
||||
#include <gmp.h>
|
||||
#ifdef HAVE_GDTOA
|
||||
#include "gdtoa.h"
|
||||
#endif
|
||||
#include "SHA1.h"
|
||||
|
||||
#include "irrXML.h" // XML parser
|
||||
#include "CXMLReaderImpl.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue