summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/amount.h b/amount.h
index 83075adf..6575a82e 100644
--- a/amount.h
+++ b/amount.h
@@ -47,19 +47,8 @@
#ifndef _AMOUNT_H
#define _AMOUNT_H
-#include <map>
-#include <vector>
-#include <stack>
-#include <string>
-#include <cctype>
-#include <iostream>
-#include <sstream>
-#include <cassert>
-#include <exception>
-
+#include "utils.h"
#include "times.h"
-#include "error.h"
-#include "debug.h"
namespace ledger {