From f59319ad1654c23ff2c00dcb6ff9ed089f202aee Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Fri, 25 Oct 2024 21:27:56 -0600 Subject: [PATCH] removed curlpp includes causing build to fail --- src/rest_api.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rest_api.cpp b/src/rest_api.cpp index 0691146..b73268f 100644 --- a/src/rest_api.cpp +++ b/src/rest_api.cpp @@ -12,10 +12,6 @@ #include #include -#include -#include -#include -#include namespace gdpm::rest_api{