Commit a426818a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

no longer includes the curl/types.h and curl/easy.h include files

explicitly, as they're taken care of indirectly by curl/curl.h these
days.
parent bfe413d8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@
#include <ctype.h>

#include <curl/curl.h>
#include <curl/types.h> /* new for v7 */
#include <curl/easy.h> /* new for v7 */

#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
#include <curl/mprintf.h>