aboutsummaryrefslogtreecommitdiff
path: root/include/data/data.hpp
diff options
context:
space:
mode:
authorLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-26 12:31:12 -0500
committerLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-26 12:31:12 -0500
commit1d6b704c15ee289037447fb566e7583962496650 (patch)
treee1cd3322d4f30746c32e7f46e58060a66c5abc23 /include/data/data.hpp
parenta7d3e3d2ce1797fc2b7fc918684777ae75adb822 (diff)
Refactor to separate interface from implementation
Diffstat (limited to 'include/data/data.hpp')
-rw-r--r--include/data/data.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/data/data.hpp b/include/data/data.hpp
index 78c17c4..46156cd 100644
--- a/include/data/data.hpp
+++ b/include/data/data.hpp
@@ -13,9 +13,6 @@ namespace nostr
{
namespace data
{
-class Event;
-class Filters;
-
/**
* @brief A Nostr event.
* @remark All data transmitted over the Nostr protocol is encoded in JSON blobs. This struct