aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-28 09:56:06 -0500
committerLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-28 09:56:06 -0500
commit047a45bd2e3bda3456c1365115d67847d43dd9f1 (patch)
tree0a9e004fc5f9c09710d84a5f178eb2a0a137797a /src
parent21aff33f4f194148f768cce28a7ef9c827af29e9 (diff)
Configure for Linux builds
- Use vcpkg for most dependency management. - Manually include uuid_v4. - Update README with prerequisites and build instructions. - Support subproject and standalone builds.
Diffstat (limited to 'src')
-rw-r--r--src/nostr_service.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nostr_service.cpp b/src/nostr_service.cpp
index de40180..f8565cc 100644
--- a/src/nostr_service.cpp
+++ b/src/nostr_service.cpp
@@ -1,12 +1,3 @@
-#include <algorithm>
-
-#include <nlohmann/json.hpp>
-#include <plog/Init.h>
-#include <plog/Log.h>
-#include <websocketpp/client.hpp>
-#include <websocketpp/config/asio_client.hpp>
-#include <uuid_v4/uuid_v4.h>
-
#include "nostr.hpp"
#include "client/web_socket_client.hpp"