summaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/format.h b/src/format.h
index 939d6a7e..8df2dd1e 100644
--- a/src/format.h
+++ b/src/format.h
@@ -53,8 +53,6 @@ namespace ledger {
DECLARE_EXCEPTION(format_error, std::runtime_error);
-class report_t;
-
/**
* @brief Brief
*
@@ -118,8 +116,6 @@ public:
private:
static element_t * parse_elements(const string& fmt);
- friend class report_t;
-
public:
format_t() {
TRACE_CTOR(format_t, "");