summaryrefslogtreecommitdiff
path: root/amount.cc
diff options
context:
space:
mode:
Diffstat (limited to 'amount.cc')
-rw-r--r--amount.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/amount.cc b/amount.cc
index de6cdd3a..199b9325 100644
--- a/amount.cc
+++ b/amount.cc
@@ -31,18 +31,6 @@
#include "amount.h"
#include "binary.h"
-#include "util.h"
-
-#define HAVE_GDTOA 1
-#ifdef HAVE_GDTOA
-#include "gdtoa/gdtoa.h"
-#endif
-
-#include <list>
-#include <sstream>
-#include <cstdlib>
-
-#include <gmp.h>
namespace ledger {