Moved sha1 and gdtoa inclusions into system.hh.

This commit is contained in:
John Wiegley 2009-01-24 04:50:18 -04:00
parent a69649fb7f
commit cbc41ca47a
3 changed files with 4 additions and 4 deletions

View file

@ -43,9 +43,6 @@
#include "amount.h"
#include "binary.h"
#ifdef HAVE_GDTOA
#include "gdtoa.h"
#endif
namespace ledger {

View file

@ -35,7 +35,6 @@
#include "session.h"
#include "format.h"
#include "textual.h"
#include "SHA1.h"
namespace ledger {

View file

@ -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"