gimmix-0.5.7.1-curl-headers.patch 655 B

12345678910111213141516171819202122232425
  1. diff --git a/src/gimmix-covers.c b/src/gimmix-covers.c
  2. index f2524c4..2dc37f3 100644
  3. --- a/src/gimmix-covers.c
  4. +++ b/src/gimmix-covers.c
  5. @@ -29,7 +29,6 @@
  6. #include <glib.h>
  7. #include <glib/gstdio.h>
  8. #include <curl/curl.h>
  9. -#include <curl/types.h>
  10. #include <curl/easy.h>
  11. #include <nxml.h>
  12. #include <libxml/xmlreader.h>
  13. diff --git a/src/gimmix-lyrics.c b/src/gimmix-lyrics.c
  14. index ff58954..01990e2 100644
  15. --- a/src/gimmix-lyrics.c
  16. +++ b/src/gimmix-lyrics.c
  17. @@ -30,7 +30,6 @@
  18. #include <nxml.h>
  19. #include <glib/gstdio.h>
  20. #include <curl/curl.h>
  21. -#include <curl/types.h>
  22. #include <curl/easy.h>
  23. #include <libxml/xmlreader.h>
  24. #include "gimmix-lyrics.h"