Skip to content

Commit b7a0177

Browse files
committed
remove unneeded curl include in restclient.h
this was probably leftover from refactoring restclient to include the connection object. fixes mrtazz#62
1 parent ba91bff commit b7a0177

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/restclient-cpp/restclient.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef INCLUDE_RESTCLIENT_CPP_RESTCLIENT_H_
1010
#define INCLUDE_RESTCLIENT_CPP_RESTCLIENT_H_
1111

12-
#include <curl/curl.h>
1312
#include <string>
1413
#include <map>
1514
#include <cstdlib>

0 commit comments

Comments
 (0)