summaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.h')
-rw-r--r--src/chain.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/chain.h b/src/chain.h
index 89f4ab6e..b22bb665 100644
--- a/src/chain.h
+++ b/src/chain.h
@@ -46,11 +46,13 @@
#ifndef _CHAIN_H
#define _CHAIN_H
-#include "post.h"
-#include "account.h"
+#include "utils.h"
namespace ledger {
+class post_t;
+class account_t;
+
/**
* @brief Brief
*