removed curlpp includes causing build to fail

This commit is contained in:
David Allen 2024-10-25 21:27:56 -06:00
parent 13487a1498
commit f59319ad16
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -12,10 +12,6 @@
#include <string>
#include <ostream>
#include <curlpp/cURLpp.hpp>
#include <curlpp/Easy.hpp>
#include <curlpp/Options.hpp>
#include <curlpp/Exception.hpp>
namespace gdpm::rest_api{