aboutsummaryrefslogtreecommitdiff
path: root/src/event.cpp
diff options
context:
space:
mode:
authorLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-23 10:25:27 -0500
committerLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-23 10:25:27 -0500
commit21aff33f4f194148f768cce28a7ef9c827af29e9 (patch)
tree61ed7a1c6cf7c6871021aa7ee7db86cb3d1d7636 /src/event.cpp
parentb0a729a0a79040e0c32142007f4e63ef06d7ae30 (diff)
Begin switching to FetchContent for deps
Diffstat (limited to 'src/event.cpp')
-rw-r--r--src/event.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/event.cpp b/src/event.cpp
index cf6b117..5c98028 100644
--- a/src/event.cpp
+++ b/src/event.cpp
@@ -1,7 +1,4 @@
#include <ctime>
-#include <openssl/evp.h>
-#include <nlohmann/json.hpp>
-#include <openssl/sha.h>
#include "nostr.hpp"