summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/amount.h b/amount.h
index f539f8be..9edbd9fd 100644
--- a/amount.h
+++ b/amount.h
@@ -5,7 +5,6 @@
#include <string>
#include <ctime>
#include <iostream>
-#include <sstream>
#include "debug.h"
@@ -163,10 +162,7 @@ class amount_t
}
void parse(std::istream& in);
- void parse(const std::string& str) {
- std::istringstream stream(str);
- parse(stream);
- }
+ void parse(const std::string& str);
void write_quantity(std::ostream& out) const;
void read_quantity(std::istream& in);