Removed unneeded curl includes
authorIngo Ruhnke <grumbel@gmail.com>
Wed, 20 Aug 2014 00:03:30 +0000 (02:03 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Mon, 25 Aug 2014 07:52:11 +0000 (09:52 +0200)
src/addon/addon_manager.cpp

index 98fc81f..77b72fe 100644 (file)
 #include <stdexcept>
 #include <sys/stat.h>
 
-#ifdef HAVE_LIBCURL
-#  include <curl/curl.h>
-#  include <curl/easy.h>
-#endif
-
 #include "addon/addon.hpp"
 #include "addon/addon_list.hpp"
 #include "lisp/list_iterator.hpp"