projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dee41e
)
Removed unneeded curl includes
author
Ingo Ruhnke
<grumbel@gmail.com>
Wed, 20 Aug 2014 00:03:30 +0000
(
02:03
+0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Mon, 25 Aug 2014 07:52:11 +0000
(09:52 +0200)
src/addon/addon_manager.cpp
patch
|
blob
|
history
diff --git
a/src/addon/addon_manager.cpp
b/src/addon/addon_manager.cpp
index
98fc81f
..
77b72fe
100644
(file)
--- a/
src/addon/addon_manager.cpp
+++ b/
src/addon/addon_manager.cpp
@@
-27,11
+27,6
@@
#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"