From 047a45bd2e3bda3456c1365115d67847d43dd9f1 Mon Sep 17 00:00:00 2001 From: Michael Jurkoic Date: Sun, 28 Apr 2024 09:56:06 -0500 Subject: 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. --- src/nostr_service.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/nostr_service.cpp') 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 - -#include -#include -#include -#include -#include -#include - #include "nostr.hpp" #include "client/web_socket_client.hpp" -- cgit